{% extends "base.html" %} {% block title %} {{page.title}} {% endblock title %} {% block head %} {{ super() }} {% if page.extra.uses_katex %} {% endif %} {% if page.description %} {% else %} {% endif %} {% endblock head %} {% block profile %}
Headshot

{{config.extra.name}}

{{config.extra.profession}}

{% endblock profile %} {% block content %}

{{page.title}}

{{page.content | safe}}
{% if page.extra.uses_twitter %} {% endif %} {% endblock content %}