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

Create Zone Template

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

Error!

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

Zone Template Editor

Zone Template Editor Help

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 %}