Version 1
[yaffs-website] / web / core / modules / system / tests / modules / twig_theme_test / modules / twig_namespace_a / templates / test.html.twig
diff --git a/web/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/templates/test.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/templates/test.html.twig
new file mode 100644 (file)
index 0000000..94e1fc9
--- /dev/null
@@ -0,0 +1,5 @@
+This line is from twig_namespace_a/templates/test.html.twig
+
+{% block content %}
+This text is in a block.
+{% endblock %}