Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Feb 12, 2024
1 parent b92c31e commit 411e5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ extension chain.
</div>
</body>
```
Note how `with-menu.html` is both fulfilling the *interface* (ie the extension points) of `base.html` and at the same time it's creating new ones for another *super template* to fulfill in turn.

***`layouts/page.html`***
```html
<extend template="with-menu.html"/>
Expand All @@ -491,6 +489,8 @@ Note how `with-menu.html` is both fulfilling the *interface* (ie the extension p
<div id="content" var="$page.content"></div>
```

Note how `with-menu.html` is both fulfilling the *interface* (ie the extension points) of `base.html` and at the same time it's creating new ones for another *super template* to fulfill in turn.

In this last example `page.html` is featuring Scripty, the scripting language used to refer to your content from templates.

## Logic
Expand Down

0 comments on commit 411e5c9

Please sign in to comment.