diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-17 15:59:30 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-17 15:59:30 +0200 |
| commit | da7e4514cfdbe52e8f1ef6aadd54c401e2b849f5 (patch) | |
| tree | 86658a61d347ea171a0aa7be24fdb36769ba373c /templates/shortcodes | |
| parent | 20f3e7c7465cd899b46204d4f07460543e7cb5cc (diff) | |
Use zola
Diffstat (limited to 'templates/shortcodes')
| -rw-r--r-- | templates/shortcodes/window.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/shortcodes/window.html b/templates/shortcodes/window.html new file mode 100644 index 0000000..3fe8b50 --- /dev/null +++ b/templates/shortcodes/window.html @@ -0,0 +1,8 @@ +<section class="window cutoff-corners"> + <header class="titlebar"> + <span class="label">{{title}}</span> + </header> + <div class="content"> + {{ body | safe }} + </div> +</section> |