{% extends "base.html" %} {% if page.lang %} {% block lang %}{{ page.lang }}{% endblock %} {% endif %} {% block title %}{{ page.title }} | Balsamine {% endblock %} {% block content %}

{{ page.title }}

{% if page.subhead %}

{{ page.subhead }}

{% endif %} {% if page.subsubhead %}

{{ page.subsubhead }}

{% endif %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }}
{{ page.content }}
{% endblock %}