{% extends "base.html" %}
{% block title %}{{ shelf_meta.title }} · Lumière{% endblock %}
{% block content %}
{{ shelf_meta.eyebrow }}{{ shelf_meta.title }}
{% if active_shelf == 'queue' %}
Surprise me
{% endif %}
{{ group.month }}
{% for film in group.films %} {% include "_film_card.html" %} {% endfor %}{{ shelf_meta.empty_text }}
Add Film