{% extends "base.index.html" %} {% block content %} {{ _("About Us") }} {% if SETTINGS.about_us %} {{SETTINGS.about_us|htmlspecialchars_decode|raw}} {% endif %} {% endblock %}