{% if site.title == "blank" -%}{{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif %}
{{ page.subtitle }}
{%- if page.profile.image %}
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}
{% if page.profile.image_circular %}
{%- assign profile_image_class = "img-fluid z-depth-1 rounded-circle" -%}
{% else %}
{%- assign profile_image_class = "img-fluid z-depth-1 rounded" -%}
{% endif %}
{% include figure.html
path=profile_image_path
class=profile_image_class
alt=page.profile.image
cache_bust=true -%}
{% endif -%}
{%- if page.profile.more_info %}
{%- endif %}
{{ page.profile.more_info }}
{%- endif %}
{{ content }}
{% if page.news and site.announcements.enabled -%}