This repository has been archived on 2025-10-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
talking-drupal-tailwindcss/templates/layouts/home.html.twig
2022-06-08 10:41:02 +01:00

5 lines
148 B
Twig

{% extends "layouts/base.html.twig" %}
{% block content %}
{% include "includes/episode-list.html.twig" with { episodes } only %}
{% endblock %}