add callout examples to template

This commit is contained in:
Aaron Honeycutt 2025-02-19 11:07:48 -07:00
parent 9d870a91cc
commit 5b6c96833a

View file

@ -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!
````