docspell/website/site/templates/shortcodes/infobubble.html
2020-08-01 01:15:11 +02:00

11 lines
253 B
HTML

<div class="notification is-{{ mode }} is-light" style="z-index: -1">
<div class="content ">
<p class="title is-5">
{{ title }}
</p>
<div>
{{ body | markdown | safe }}
</div>
</div>
</div>