You are here

opigno-statistics-user-metrics.html.twig in Opigno statistics 3.x

Same filename and directory in other branches
  1. 8 templates/opigno-statistics-user-metrics.html.twig

Default theme implementation to display the metric items.

Available variables:

  • elements.

File

templates/opigno-statistics-user-metrics.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display the metric items.
  5. *
  6. * Available variables:
  7. * - elements.
  8. */
  9. #}
  10. <div class="user-metrics">
  11. <div class="user-metrics-content">
  12. {{ elements }}
  13. </div>
  14. </div>