{% set title = __("New topic") %} {% set formId = "newtopic" %} {% set formError = getAndClearFormError(formId) %} {% extends "base.twig" %} {% block content %} {% if formError %} {% include "components/alert_error.twig" with { message: formError } %} {% endif %}
{% endblock %}