feat: add wide container shortcode

This commit is contained in:
welpo
2023-08-11 23:36:59 +02:00
parent f8891dba2c
commit fb0dea0106
5 changed files with 94 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
<div class="full-width">
{{ body | markdown | safe }}
</div>