docspell/website/site/templates/shortcodes/infobubble.html

11 lines
253 B
HTML
Raw Normal View History

2020-07-31 22:18:14 +00:00
<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>