Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / template-template.twig
1 {{ '{#' }}
2 /**
3  * @file
4  * Default theme implementation to display something.
5  *
6  * Available variables:
7  * - foo: Foo variable description.
8 {% if create_preprocess %}
9  *
10  * @see template_preprocess_{{ template_name|h2u }}()
11 {% endif %}
12  *
13  * @ingroup themeable
14  */
15 {{ '#}' }}
16 <div class="wrapper-class">
17   {{ '{{' }} foo {{ '}}' }}
18 </div>