{% with errors = get_flashed_messages(category_filter=["error"]) %}
{% if errors %}
{% endif %}
{% endwith %}
{% endblock %}
{% block extrascripts %}
{% endblock %}
Error!
Create new template
Help with creating a new template
- Template name
- Enter your template name, this is the name of the template that will be shown to users. The name should not have any spaces but can have symbols.
- Template description
- Enter your template description, this is to help better identify the template.