Skip to content

Commit

Permalink
add a hint to placeholder default in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Aug 20, 2023
1 parent 98ea888 commit de68ebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cms/layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Placeholders allow pages to inject content to the layout. Placeholders are defin
<head>
{% placeholder head %}
</head>
<body>
{% placeholder nav default %}
{% partial "nav" %}
{% endplaceholder %}
...
```

Expand Down

0 comments on commit de68ebd

Please sign in to comment.