{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block title %}{% block subtitle %}Groceries ∣ {% endblock subtitle %}{{ block.super }}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block main_content %}

Groceries

{% csrf_token %} {% for section in request.user.settings.groceries.sections %} {{ section.label }} {% endfor %}

{% endblock main_content %}