You are here

cookiebot-declaration.html.twig in Cookiebot - Cookie consent, Cookie monitoring and Cookie control 8

Cookiebot declaration.

Available variables:

  • cookiebot_src

File

templates/cookiebot-declaration.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Cookiebot declaration.
  5. *
  6. * Available variables:
  7. * - cookiebot_src
  8. */
  9. #}
  10. {% if cookiebot_src %}
  11. <script type="text/javascript" id="CookieDeclaration" src="{{ cookiebot_src }}" async="async"></script>
  12. {% endif %}