{% extends "base.html" %} {% block htmltitle %} {{ article.title }} {% endblock %} {% block content %}

{{ article.title }}


Updated: {{ article.updated }} Date: {{ article.date }}

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