You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resources/docs/layout.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Using the layout
2
2
3
-
Note: this instrucions are for [dev-master branch][4], if you are using stable version (1.3) read this ["Using the layout" for old 1.3 version][5].
3
+
Note: these instructions are for [dev-master branch][4], if you are using stable version (1.3) read this ["Using the layout" for old 1.3 version][5].
4
4
5
5
In order to use the layout, your views should extend from the provided `default-layout`
6
6
```twig
@@ -33,7 +33,7 @@ Listed in the order of appearance, these are:
33
33
</dl>
34
34
35
35
### layout blocks
36
-
The blocks defined in the layout in order of appearance. Some of them do contain some of the major components like the sidebar or navbar. In order to redefine the block and to keep the default content, don't forget to use `{{parent()}}`
36
+
The blocks are defined in the layout in order of appearance. Some of them do contain some of the major components like the sidebar or navbar. In order to redefine the block and to keep the default content, don't forget to use `{{parent()}}`
37
37
38
38
<dt>avanzu_html_start
39
39
<dd>In the `html` tag, useful for Angular attributes like ng-app
0 commit comments