{% 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 %}
{% capture sizes %}(min-width: {{site.max_width}}) {{ site.max_width | minus: 30 | times: 0.3}}px, (min-width: 576px) 30vw, 95vw"{% endcapture %}
{% include figure.html
path = profile_image_path
class = profile_image_class
sizes = sizes
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 -%}