{% extends 'adminpanel/inc/layout.html'%} {% load static%} {% load query_params %} {% load admin_params %} {% block title%} Edit Page {% endblock %} {% block bodyclass%}hold-transition skin-light-blue sidebar-mini{% endblock %} {% block body%}

Edit Page

{% csrf_token %}
{% if 'pages'|template_exists == True %} {% include 'adminpanel/pages/pages.html' %} {% endif %} {% if data.page_slug|template_exists == True %} {% with "adminpanel/pages/"|add:data.page_slug|add:".html" as template %} {% include template %} {% endwith %} {% endif %}

Meta Tag

Page Order

Page Visibility

{% endblock %}