{% extends "base.html" %} {% block title %}{{ article.title }} | {{ super() }}{% endblock %} {% block head %} {{ super() }} {% if article.description %} {% endif %} {% if article.tags %} {% endif %} {% if article.cover %} {% endif %} {% endblock %} {% block preface %} {% if article.cover %}
{% if article.modified %} {% endif %}