mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
7 lines
150 B
HTML
7 lines
150 B
HTML
|
<aside class="float-{{ float }}">
|
||
|
<div class="emoji text-center">💡</div>
|
||
|
<strong>{{ title }}</strong>
|
||
|
|
||
|
{{ body | markdown | safe }}
|
||
|
</aside>
|