{% trans %}Success{% endtrans %}
{% trans %}Your data has been sent correctly.{% endtrans %}
{# base template managing common layout, blocks, links or scripts except for special pages, this template should always be extended. @variable menu_fixed_top(bool): if true, the menu will always stay on top, and padding will be added to body accordingly. #} {# embedded is set to avoid including base.html several times if a generic page is included (e.g. blog/articles.html) #} {% set embedded = True %} {% import 'components/common.html' as component with context %} {{ script.include('common', '') }} {# common.js is, as its name states, a common script, so it's useful to import it here #}
{# using SVG directly doesn't always play well with Bulma, so we also use the icon font #} {% if norobots %} {% endif %}