feat: add wide container shortcode

This commit is contained in:
welpo 2023-08-11 23:36:59 +02:00
parent f8891dba2c
commit fb0dea0106
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
5 changed files with 94 additions and 4 deletions

View file

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