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

List of all categories registered

{% for category in categories %} {{ category.name|title }} {% endfor %}

{{title}}

{{description}}

{% endblock %}