Commit 5b1ef884 by unti1x

Update tutorial-template-engines.md

just fixed typo
parent 62f5bf48
...@@ -112,7 +112,7 @@ There are two ways of referencing templates in `include` and `extends` statement ...@@ -112,7 +112,7 @@ There are two ways of referencing templates in `include` and `extends` statement
``` ```
{% include "comment.twig" %} {% include "comment.twig" %}
{% extends "post.twig" % {% extends "post.twig" %}
{% include "@app/views/snippets/avatar.twig" %} {% include "@app/views/snippets/avatar.twig" %}
{% extends "@app/views/layouts/2columns.twig" %} {% extends "@app/views/layouts/2columns.twig" %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment