mauflix/source/templates/movies.html

7 lines
193 B
HTML
Raw Normal View History

2022-11-16 22:22:39 -06:00
{% extends "base.html" %}
{% block content %}
{% for section, content in sections.items %}
{% include 'section.html' with section=section content=content %}
{% endfor %}
{% endblock %}