File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ The Components
15
15
locale
16
16
process
17
17
routing
18
+ templating
18
19
yaml
19
20
20
21
.. include :: /components/map.rst.inc
Original file line number Diff line number Diff line change @@ -49,11 +49,10 @@ the file `views/hello.php` and returns the output text.
49
49
<!-- views/hello.php -->
50
50
Hello, <?php echo $firstname ?>!
51
51
52
-
53
- Template inheritence with slots
52
+ Template Inheritance with Slots
54
53
-------------------------------
55
54
56
- The template inheritence is designed to share layouts with many templates.
55
+ The template inheritance is designed to share layouts with many templates.
57
56
58
57
.. code-block::php
59
58
@@ -84,7 +83,7 @@ sub-template to set its parent template.
84
83
<?php echo $page->body ?>
85
84
</p>
86
85
87
- To use template inheritence , the :class: `Symfony\\ Templating\\ Helper\\ SlotsHelper `
86
+ To use template inheritance , the :class: `Symfony\\ Templating\\ Helper\\ SlotsHelper `
88
87
helper must be registered.
89
88
90
89
use Symfony\T emplating\H elper\S lotsHelper;
@@ -97,6 +96,15 @@ helper must be registered.
97
96
98
97
.. note ::
99
98
100
- Multiple levels of inheritence are possible: a layout can extend an other
99
+ Multiple levels of inheritance is possible: a layout can extend an other
101
100
layout.
102
101
102
+ Output Escaping
103
+ ---------------
104
+
105
+ This documentation is still being written.
106
+
107
+ The Asset Helper
108
+ ----------------
109
+
110
+ This documentation is still being written.
You can’t perform that action at this time.
0 commit comments