{% extends "base.html" %} {% block title %}{{ t('about.title') }} ยท {{ t('global.brand') }}{% endblock %} {% block content %}

{{ t('about.title') }}

{# A `rich` field: sanitized allow-list HTML, both on save and on render. #} {{ t('about.body') }}
{% endblock %}