text.html.twig 271 B

12345678910
  1. {% set grid_size = theme_var('grid-size') %}
  2. {% set first_image = page.media.images %}
  3. {% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %}
  4. <div id="{{page.title}}">
  5. <div class="other">
  6. {{ content }}
  7. </div>
  8. </div>