action.html 223 Bytes
Newer Older
mntmn's avatar
mntmn committed
1
2
3
4
5
6
7
8
9
10
11
[[ text | safe ]]

{% if options.message %}
<p>
  <i>[[options.message]]</i>
</p>
{% endif %}
{% if options.action %}<br><br>
  <a href="[[options.action.link]]" target="_blank">[[options.action.name]]</a><br>
{% endif %}