{# The 'About' page. This is an informational page, displaying the project links. :param version: The current Canaille version. :type version: :class:`str` #} {% extends theme('base.html') %} {% import 'macro/form.html' as fui %} {%- block title -%} {%- trans -%}About Canaille{%- endtrans -%} {%- endblock -%} {% block content %}
{% trans %}Version {{ version }}{% endtrans %} · {% trans %}Homepage{% endtrans %} · {% trans %}Documentation{% endtrans %} · {% trans %}Source code{% endtrans %}