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