{% block title %}{{ site_name | default("weblorg website") }}{% endblock %}
{% block subtitle %}{% endblock %}
{% if site_owner is defined %}{% endif %}
{% if site_description is defined %}{% endif %}
{% if site_keywords is defined %}{% endif %}
{% block meta %}{% endblock %}
{% endblock %}
{# Top navigation bar #}
{% block nav %}
jump to main content
{% endblock %}
{# Probably where most of the action will happen #}
{% block main %}{% endblock %}
{# Links, copyright notice, etc #}
{% block footer %}
{% endblock %}