{% extends "base.html" %} {% block head %} {{ super() }} {% if article.description %} {% endif %} {% endblock %} {% block header %}

Welcome to the Federation

{% endblock %} {% block content %}

{{ article.title }}

about ⟿ published on
{{ article.content }}
{% endblock %}