{% extends "base.html" %} {% set active_page = "admin_domain_template" %} {% block title %}Create Template - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %}

Template Create

{% endblock %} {% block content %}
{% with errors = get_flashed_messages(category_filter=["error"]) %} {% if errors %}

Error!

x
    {%- for msg in errors %}
  • {{ msg }}
  • {% endfor -%}
{% endif %} {% endwith %}

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.
{% endblock %} {% block extrascripts %} {% endblock %}