mauflix/source/templates/info.html

6 lines
265 B
HTML
Raw Normal View History

2022-11-17 17:51:43 -06:00
<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>