theme-test-preprocess-suggestions--kitten--bearcat.html.twig

Same filename in other branches
  1. 9 core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig
  2. 10 core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig
  3. 11.x core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig
<div class="suggestion">{{ foo }}</div>
{% if bar %}
  <div class="suggestion">{{ bar }}</div>
{% endif %}

File

core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig

View source
  1. <div class="suggestion">{{ foo }}</div>
  2. {% if bar %}
  3. <div class="suggestion">{{ bar }}</div>
  4. {% endif %}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.