{% if page.photo %} {% endif %}

{% if page.website %} {{ page.name }} {% else %} {{ page.name }} {% endif %} {% if page.pronouns %} {{ page.pronouns }} {% endif %}

{% if page.email %}

{{ page.email }}

{% endif %} {% if page.section %}

Quiz Section: {{ page.section | markdownify | strip_html }}

{% endif %} {% if page.office-hours %}

Office Hours: {{ page.office-hours | markdownify | strip_html }}

{% endif %} {{ content }}