Skip to content

Commit

Permalink
docs(readme): More markdown styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Sep 21, 2017
1 parent 5e99f5c commit 3c4c9e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@ You can use the following variables/function in any of your page element templat

Following is an example building on the `TextElement` which was added above.

1. Add a file called `PageElement.ss` to your `/themes/{name}/templates` folder.
1. Add a file called `PageElement.ss` to your `/themes/{name}/templates` folder.
**This is the main template file for all your page sections.**

As an example let's use the following content:
```
<div className="$ClassName $Page.ClassName" style="margin-left: {$Parents.Count}em">
Expand Down

0 comments on commit 3c4c9e2

Please sign in to comment.