{% extends "base.html" %} {% block htmltitle %} {{ article.title }} {% endblock %} {% block metadata %} {% for tag, value in article.ogtags %} {% endfor %} {% endblock %} {% block content %}

{{ article.title }}


Updated: {{ article.date|datetime }}

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