it/itf/templates/modules/scriptbank/script.html
2011-12-08 09:49:39 -05:00

8 lines
190 B
HTML
Executable File

<div class="orange">{{ title }}</div>
{% if synopsis %}
<span class="orange">Synopsis: </span> {{ synopsis }} <br />
{% endif %}
<a class="bpRelated" href="{{ script_file }}">Download</a>