{% extends "base.html" %} {% block title %}{{ page.title | lower }} · {{ config.title }}{% endblock title %} {% block description %}{{ page.description | default(value=config.description) }}{% endblock description %} {% block content %}

← back

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% endif %} {{ page.content | safe }} {% if page.extra.appstore or page.extra.link %}

{% if page.extra.appstore %}app store →{% endif %} {% if page.extra.link %}{{ page.extra.link_label | default(value="source") | lower }} →{% endif %}

{% endif %} {% if page.extra.privacy %} {% endif %}
{% endblock content %}