We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5af1c8 commit a65fcccCopy full SHA for a65fccc
Resources/views/content/legacy_test.html.twig
@@ -4,5 +4,5 @@
4
<h1>{{ title }}</h1>
5
<h2>{{ subtitle }}</h2>
6
{{ content.contentInfo.name }}
7
-{% ez_legacy_include 'design:test/helloworld.tpl' with {'message': messageForLegacy, 'konamiCode': ['Up', 'Up', 'Down', 'Down', 'Left', 'Right', 'Left', 'Right', 'B', 'A'], 'content': content} %}
+{% include 'design:test/helloworld.tpl' with {'message': messageForLegacy, 'konamiCode': ['Up', 'Up', 'Down', 'Down', 'Left', 'Right', 'Left', 'Right', 'B', 'A'], 'content': content} %}
8
{% endblock %}
0 commit comments