cookiebot-declaration.html.twig in Cookiebot - Cookie consent, Cookie monitoring and Cookie control 8
Cookiebot declaration.
Available variables:
- cookiebot_src
2 theme calls to cookiebot-declaration.html.twig
- cookiebot_node_view_alter in ./
cookiebot.module - Implements hook_node_view_alter().
- CookieDeclarationBlock::build in src/
Plugin/ Block/ CookieDeclarationBlock.php - Builds and returns the renderable array for this block plugin.
File
templates/cookiebot-declaration.html.twigView source
- {#
- /**
- * @file
- * Cookiebot declaration.
- *
- * Available variables:
- * - cookiebot_src
- */
- #}
- {% if cookiebot_src %}
- <script type="text/javascript" id="CookieDeclaration" src="{{ cookiebot_src }}" async="async"></script>
- {% endif %}