Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

block--views-block--recipe-collections-block.html.twig

Theme override for recipe collections block.

File

core/profiles/demo_umami/themes/umami/templates/components/recipe-collections/block--views-block--recipe-collections-block.html.twig

View source
  1. {% extends "block.html.twig" %}
  2. {#
  3. /**
  4. * @file
  5. * Theme override for recipe collections block.
  6. */
  7. #}
  8. {% block content %}
  9. {{ attach_library('umami/recipe-collections') }}
  10. <div class="container">
  11. {{ parent() }}
  12. </div>
  13. {% endblock %}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal