diff --git a/content/posts/template.md b/content/posts/template.md index dfac6c5..f42ec02 100644 --- a/content/posts/template.md +++ b/content/posts/template.md @@ -7,3 +7,17 @@ draft = true categories = [ "blog" ] tags = [ "topic" ] +++ + +{% note(header="Note") %} +Hi! I'm a note! +{% end %} + +{% important(header="Important") %} +I'm more important! +{% end %} + +There are also `warning`, `tip` and `alert` to use as well! + +```nix +I'm a code block! +````