Version 1
[yaffs-website] / web / core / modules / system / tests / modules / theme_test / templates / theme-test-preprocess-suggestions.html.twig
1 <div class="suggestion">{{ foo }}</div>
2 {% if bar %}
3   <div class="suggestion">{{ bar }}</div>
4 {% endif %}