{% extends "base.html" %} {% block htmltitle %} {{ article.title }} {% endblock %} {% block metadata %} {% for tag, value in article.ogtags %} {% endfor %} {% endblock %} {% block content %} {% include 'extras/header.html' with context %}

Updated: {{ article.date|datetime }}

{{ article.content }}
{% if article.download_link %} Download {{ article.title }} {% endif %} {% if article.repo %} View on Github {% endif %}
{% endblock %}