{% block head %} {% if page %}
{{ page.title }}
{% endif %} {% if article %}
{{ article.title }}
{% endif %} {% endblock %}
The Free and Open Productivity Suite
{% block topnav %}{% include "topnav.html" %}{% endblock %}
{% block content %} {% endblock %}
{% if page %}{% endif %} {% if article %}{% endif %}