Skip to content

Commit bf90d1b

Browse files
committed
Re-adding simple final thoughts to templating
1 parent a89d27a commit bf90d1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templating.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,6 +1701,13 @@ Overall, the topic of templating should be thought of as a powerful tool
17011701
that's at your disposal. In some cases, you may not need to render a template,
17021702
and in Symfony, that's absolutely fine.
17031703

1704+
Final Thoughts
1705+
--------------
1706+
1707+
The templating system is just *one* of the many tools in Symfony. And its job is
1708+
simple: allow us to render dynamic & complex HTML output so that this can ultimately
1709+
be returned to the user, sent in an email or something else.
1710+
17041711
Learn more
17051712
----------
17061713

0 commit comments

Comments
 (0)