{% extends 'base.html' %} {% block js %} {% endblock %} {% block content %}

{{fridge.pageblock.section.label}}: {{fridge.pageblock.label}}

Add Category

{% csrf_token %} {{ fridge.add_category_form.as_table}}
{% endblock %} {% block sidenav %} {% with "/edit" as menu_base %} {% include "main/menu.html" %} {% endwith %} {% endblock %}