links.html.twig 357 B

1234567891011
  1. {% set grid_size = theme_var('grid-size') %}
  2. {% set image = page.media.images|first %}
  3. {% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %}
  4. {% block body %}
  5. {% for module in page.collection %}
  6. {% endfor %}
  7. <div class="cadre">
  8. <svg width="3960" height="2160" resize hidpi="on"></svg>
  9. </div>
  10. {% endblock %}