{% extends "base/main_base.html" %} {% set active_page ='category' %} {% block pagehead %} add category {% endblock %} {% block content %} {% include 'category/nav.html' %}
{% if has_category == 'True' %} {% endif %}

Add Category

{% endblock %}