{% extends "base.html" %} {% block head %} {{ super() }} {% if article.description %} {% endif %} {% for tag in article.tags %} {% endfor %} {% endblock %} {% block title %}{{ SITENAME }} - {{ article.title }}{% endblock %} {% block content %}
{% if article.authors %} By {% for author in article.authors %} {{ author }} {% endfor %} {% endif %}