From 40add884e9006e9227bf3a6ad8ef02a866574694 Mon Sep 17 00:00:00 2001 From: StefonSimmons Date: Wed, 26 Mar 2025 13:49:08 -0400 Subject: [PATCH] add back missing info --- pages/docs/tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/tags.md b/pages/docs/tags.md index 3aac7ba9..cd2b7353 100644 --- a/pages/docs/tags.md +++ b/pages/docs/tags.md @@ -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 `/`. @@ -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