{% extends "base.html" %} {% block htmltitle %} {{ article|get_html_title }} {% endblock %} {% block metadata %} {{ article.metatags }} {% endblock %} {% block content %} {% include 'extras/header.html' with instance=article %} Updated: {{ article.date|datetime }} {{ article.content }} {% if article.download_link or article.repo %} {% if article.download_link %} Download {{ article|get_title }} {% endif %} {% if article.repo %} View on Github {% endif %} {% endif %} {% endblock %}
Updated: {{ article.date|datetime }}