mauflix/source/templates/movies.html

7 lines
193 B
HTML

{% extends "base.html" %}
{% block content %}
{% for section, content in sections.items %}
{% include 'section.html' with section=section content=content %}
{% endfor %}
{% endblock %}