{% extends "layouts/default.html" %} {% block title %}Category Tree{% endblock %} {% block content %}
{{ token | safe }}
{% include "category/category-menu-bar.html" %}
{% if category.id %}

Decks

Children

{% include "category/child-list.html" %}
{% endif %}
{% include "category/child-form.html" %}

Explain all this to me..

{% endblock %}