action.html 223 B

1234567891011
  1. [[ text | safe ]]
  2. {% if options.message %}
  3. <p>
  4. <i>[[options.message]]</i>
  5. </p>
  6. {% endif %}
  7. {% if options.action %}<br><br>
  8. <a href="[[options.action.link]]" target="_blank">[[options.action.name]]</a><br>
  9. {% endif %}