Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / template-template.twig
diff --git a/vendor/chi-teck/drupal-code-generator/templates/d8/template-template.twig b/vendor/chi-teck/drupal-code-generator/templates/d8/template-template.twig
new file mode 100644 (file)
index 0000000..6237944
--- /dev/null
@@ -0,0 +1,18 @@
+{{ '{#' }}
+/**
+ * @file
+ * Default theme implementation to display something.
+ *
+ * Available variables:
+ * - foo: Foo variable description. 
+{% if create_preprocess %}
+ *
+ * @see template_preprocess_{{ template_name|h2u }}()
+{% endif %}
+ *
+ * @ingroup themeable
+ */
+{{ '#}' }}
+<div class="wrapper-class">
+  {{ '{{' }} foo {{ '}}' }}
+</div>