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