aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources-filtered/templates/layouts/note.html
blob: e832dc63a48a80c3eb0ad5c6e968b108af013826 (plain) (blame)
1
2
3
4
5
{% import "views/macros/tags" %}
<p>{{ msg | formatMessage }}</p>
{% if msg.tags | length > 0 %}
<div class="msg-tags">{{ allTags(baseUri, msg.tags | tagsList) }}</div>
{% endif %}