Skip to content

Instantly share code, notes, and snippets.

@ankedsgn
Created January 13, 2025 14:28
Show Gist options
  • Save ankedsgn/494826ebe5d39d80e961a0e1da66c36c to your computer and use it in GitHub Desktop.
Save ankedsgn/494826ebe5d39d80e961a0e1da66c36c to your computer and use it in GitHub Desktop.
Add class to extended drupal template (twig)
{% extends '@events/extends/teaser.html.twig' %}
{% block teaserclass %}teaser--inline{% endblock %}
{# rest of code #}
{% set classes = [
{# classes code #}
block('teaserclass') is defined ? block('teaserclass') : "",
] %}
{# rest of code #}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment