You are here

varbase-total-control-masonry.html.twig in Varbase Total Control Dashboard 8.5

Varbase total control template.

Available region variables:

  • content

File

templates/varbase-total-control-masonry.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Varbase total control template.
  5. *
  6. * Available region variables:
  7. * - content
  8. */
  9. #}
  10. <div class="vtc-dashboard-masonry">
  11. {{ attach_library('masonry/masonry.layout') }}
  12. {{ title_suffix.contextual_links }}
  13. {% if content.content %}
  14. {{ content.content }}
  15. {% endif %}
  16. </div>