8000 Use introduction from README · llewellynthomas/symfony-docs@bc25281 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc25281

Browse files
committed
Use introduction from README
1 parent ba53a3c commit bc25281

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

components/templating.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
The Templating Component
55
========================
66

7-
The Templating Component is a PHP template engine providing template
8-
inheritence and object-oriented helper functions.
7+
Templating provides all the tools needed to build any kind of template
8+
system.
9+
10+
It provides an infrastructure to load template files and optionally monitor
11+
them for changes. It also provides a concrete template engine implementation
12+
using PHP with additional tools for escaping and separating templates into
13+
blocks and layouts.
914

1015
Installation
1116
------------

0 commit comments

Comments
 (0)
0