{# About section. ``about_html`` is already-rendered, trusted Sphinx output and is
therefore emitted unescaped, exactly like ``maatlog.post.body_html``. It was
rendered for this page's location, so its relative URIs are already correct. #}
{%- set profile = maatlog.profile -%}
{%- if profile and profile.about_html -%}
{{ _('About') }}
{{ profile.about_html }}
{%- endif -%}