{% extends "base.html" %} {% block title %} {{page.title}} {% endblock title %} {% block head %} {{ super() }} {% if page.extra.uses_katex %} {% endif %} {% if page.description %} {% else %} {% endif %} {# Handle article listing #} {# Handle auto-centering request #} {% if page.extra.auto_center_images %} {% endif %} {% endblock head %} {% block profile %}
Headshot

{{config.extra.name}}

{{config.extra.profession}}

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

{% if page.description %}

{{page.title}}

/* {{page.description}} */

{% else %}

{{page.title}}

{% endif %}
{{page.content | safe}}
{# Comments only on blog posts #} {% if page.extra.is_rfc or page.description and page.date %}

{% endif %}
{% if page.extra.uses_twitter %} {% endif %} {% if page.extra.uses_graphviz %} {% endif %} {% endblock content %}