{% extends 'body_base.html' %} {% block main %} Content All Categories {% for category in categories %} {{ category }} {% endfor %} Filter {% include "content/content_list.html" %} {% endblock %}