mauflix/source/templates/info.html

6 lines
265 B
HTML

<section class="hero {% if request.get_full_path == "/" %}is-primary full{% else %}is-large{% endif%}">
{% include 'info-head.html' with movie=movie %}
{% include 'info-body.html' with movie=movie %}
{% include 'info-foot.html' with movie=movie %}
</section>