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
4. Paste the template code, while leaving the code that is already there.
25
-
* We are using the files from the [Custom Umbraco Template](https://umbra.co/Umbracotemplate) folder. Clicking the link will automatically download the files to your device.
26
-
5. Open the **Custom Umbraco Template** folder and copy the contents of **index.html**.
27
-
6. Paste the content into the _HomePage_ template below the closing curly brace "}".
23
+
We will use the files from the [Custom Umbraco Template](https://umbra.co/Umbracotemplate) folder. Clicking the link will automatically download the files to your device.
24
+
25
+
1. Open the **Custom Umbraco Template** folder and copy the contents of **index.html**.
26
+
2. Paste the content into the _HomePage_ template below the closing curly brace "}".
28
27
* Umbraco _**Templates**_ uses _**Razor**_ that allows you to add code in your _**Template**_ files. _**Razor**_ reacts to `@` signs.
29
-
7. Click **Save**.
28
+
3. Click **Save**.
30
29
31
30
We now have a _Template_. That's two out of the three stages complete for our first page.
32
31
@@ -39,21 +38,21 @@ To add a content node:
39
38
1. Go to **Content**.
40
39
2. Select **...** next to **Content** in the tree.
41
40
3. Click **Create**.
42
-
4. Select **HomePage**. The Home Page opens in the content editor.
41
+
4.Select **HomePage**. The Home Page opens in the content editor.
43
42
44
43
* If you cannot see the content node, check that **Settings** > **Document Types** > **HomePage** > **Structure** > **Allow at root** is enabled.
| Body Text | <p><strong>Lorem ipsum</strong></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et aliquet ante, ut eleifend libero.</p><ul><li>Proin eleifend consequat nunc id vulputate.</li><li>Ut eget lobortis metus, non congue lorem.</li><li>Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</li><li>Maecenas tempus non lectus rhoncus efficitur.</li></ul><p>Sed est ligula, maximus in dolor sed, lacinia egestas ligula. Donec eu nisi lectus.</p><p><em>Morbi pharetra pulvinar arcu non gravida.</em></p> |
55
54
| Footer Text | Copyright Widgets Ltd 2024 |
56
-
7. Click **Save and Publish**. The content tree will reload with the homepage node.
55
+
7.Click **Save and Publish**. The content tree will reload with the homepage node.
57
56
58
57

0 commit comments