{#
.. screenshot:: |canaille|/about
:align: right
:context: user
:width: 275px
The 'About' page.
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 %}
{{ config }}
{% trans %}Version {{ version }}{% endtrans %} · {% trans %}Documentation{% endtrans %} · {% trans %}Source code{% endtrans %}