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