You are here

google-analytics-counter.html.twig in Google Analytics Counter 8.3

Default theme implementation for the google analytics counter block.

Available variables:

  • pageviews: The number of pageviews for the current uri.

File

templates/google-analytics-counter.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for the google analytics counter block.
  5. *
  6. * Available variables:
  7. * - pageviews: The number of pageviews for the current uri.
  8. *
  9. * @ingroup themeable
  10. */
  11. #}
  12. <span class="google-analytics-counter">{{ pageviews }}</span>