{% extends "base.html" %} {% load static %} {% block title %} Manage SiteSettings - Gracular {% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block body %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% include "sidebar-nct-tpl.html" %}
{% include "navbar-nct-tpl.html" %}
Site Settings
{% csrf_token %}
{% if logoExists == "" %} {% endif %}
{% if faviconExists == "" %} {% endif %}


{% include "footer-nct-tpl.html" %}
{% endblock %}