diff options
Diffstat (limited to 'templates/shortcodes/window.html')
| -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> |