Browse Source

Update tutorial-template-engines.md

just fixed typo
tags/2.0.0
unti1x 10 years ago
parent
commit
5b1ef8840d
  1. 2
      docs/guide/tutorial-template-engines.md

2
docs/guide/tutorial-template-engines.md

@ -112,7 +112,7 @@ There are two ways of referencing templates in `include` and `extends` statement
```
{% include "comment.twig" %}
{% extends "post.twig" %
{% extends "post.twig" %}
{% include "@app/views/snippets/avatar.twig" %}
{% extends "@app/views/layouts/2columns.twig" %}

Loading…
Cancel
Save