Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/docs/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Tags aren't composable!

{% /if %}
```
{% /example %}

Tags can be self-closing (similar to HTML). In this example, you'll see that the content body is removed, and that the tag is closed with a `/`.

Expand Down Expand Up @@ -53,7 +54,6 @@ If your tag doesn't contain any new lines, then it's treated as an inline tag. I
{% /example %}


{% /example %}


## Built-in tags
Expand Down