1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v2/templates/shortcodes/aside.html

7 lines
150 B
HTML
Raw Normal View History

2020-01-27 06:53:47 +00:00
<aside class="float-{{ float }}">
<div class="emoji text-center">💡</div>
<strong>{{ title }}</strong>
{{ body | markdown | safe }}
</aside>