mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
12 lines
223 B
HTML
12 lines
223 B
HTML
[[ 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 %}
|
|
|