6 lines
148 B
Twig
6 lines
148 B
Twig
{% extends "layouts/base.html.twig" %}
|
|
|
|
{% block content %}
|
|
{% include "includes/episode-list.html.twig" with { episodes } only %}
|
|
{% endblock %}
|