{% extends "base.html" %} {% block title %} {{ page.title }} | {{ config.title }} {% endblock %} {% block content %}

{{ page.title }}

{{ page.date }}
{% if page.taxonomies.categories %} {% for category in page.taxonomies.categories %} /{{ category }} {% endfor %} {% endif %} {% if page.taxonomies.tags %} {% for tag in page.taxonomies.tags %}  #{{ tag }} {% endfor %} {% endif %}

{{ page.content | safe }}

{% if page.extra.math %} {% endif %} {% endblock content %}