{% extends "block.html.twig" %} {# /** * @file * Theme override for recipe collections block. */ #} {% block content %} {{ attach_library('umami/recipe-collections') }}
{{ parent() }}
{% endblock %}