@@ -28,10 +28,10 @@ You will now see the default template markup in the backoffice template editor.
28
28
29
29
## Allowing a Template on a Document Type
30
30
31
- To use a Template on your content, you must first allow it on the content Document Type type .
31
+ To use a Template on your content, you must first allow it on the content Document Type.
32
32
33
33
1 . Open the Document Type you want to use the template.
34
- 2 . Open the Templates Workspace View.
34
+ 2 . Open the ** Templates** Workspace View.
35
35
3 . Select your Template under the ** Allowed Templates** section.
36
36
37
37
![ Allowing template] ( images/allow-template.png )
@@ -56,7 +56,7 @@ Let's say you have a Template called **MainView**, containing the following HTML
56
56
< / html >
57
57
```
58
58
59
- This file contains the structural HTML tags for your website but not much else .
59
+ This file contains the structural HTML tags for your website .
60
60
61
61
By using the Template as the " Master Template" on your other Templates , you can ensure that they inherit the same structural HTML .
62
62
@@ -122,10 +122,10 @@ The following code will be added to your Template:
122
122
}
123
123
```
124
124
125
- 5 . Add whichever code you need between the curly brackets .
125
+ 5 . Add your code between the curly brackets .
126
126
6 . Save the changes .
127
127
7 . Open the Master Template .
128
- 8 . Choose a spot for the section , and set the cursor there .
128
+ 8 . Choose a spot for the section and set the cursor there .
129
129
9 . Select the ** Sections ** option .
130
130
10 . Choose ** Render a named section ** .
131
131
11 . Enter the name of the section you want to add .
0 commit comments