1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-11 18:13:52 +02:00
focalboard/website/site/layouts/shortcodes/note.html

7 lines
149 B
HTML
Raw Normal View History

2021-01-08 00:12:26 +02:00
<aside class="note">
<div class="note-content">
<strong>{{ .Get 0 }}</strong><br>
{{ .Inner | markdownify }}
</div>
</aside>