block--umami-quick-links.html.twig

Same filename and directory in other branches
  1. 9 core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig
  2. 8.9.x core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig
  3. 10 core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig

Theme override for Umami footer Promo block.

File

core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig

View source
  1. {% extends "block.html.twig" %}
  2. {#
  3. /**
  4. * @file
  5. * Theme override for Umami footer Promo block.
  6. */
  7. #}
  8. {% block content %}
  9. {{ attach_library('umami/quicklinks') }}
  10. {{ content }}
  11. {% endblock %}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.