ahoneybun.net/content/posts/template.md
2025-02-19 11:09:00 -07:00

23 lines
348 B
Markdown

+++
title = "Something Something Dark side"
date = 2100-01-01
draft = true
[taxonomies]
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!
````