Skip to content

Commit

Permalink
fix: docs: 03-syntax: 08-template: show correct html output (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
fholmqvist authored Aug 22, 2023
1 parent af81962 commit 00e5cbe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/docs/03-syntax-and-usage/08-template-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ func main() {
```

```html title="output"
<div id="wrapper">
<div>
Inserted from the top
</div>
<div id="left">
<p>Left contents</p>
</div>
<div id="right">
<p>Right contents</p>
</div>
```

0 comments on commit 00e5cbe

Please sign in to comment.