Version 1
[yaffs-website] / web / core / modules / system / tests / modules / theme_test / templates / theme-test-preprocess-suggestions.html.twig
diff --git a/web/core/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-suggestions.html.twig b/web/core/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-suggestions.html.twig
new file mode 100644 (file)
index 0000000..512613d
--- /dev/null
@@ -0,0 +1,4 @@
+<div class="suggestion">{{ foo }}</div>
+{% if bar %}
+  <div class="suggestion">{{ bar }}</div>
+{% endif %}