mauflix/source/templates/movie.html

5 lines
110 B
HTML

{% extends "base.html" %}
{% block content %}
{% include 'info.html' with movie=movie %}
{% endblock %}