it/itf/templates/modules/scriptbank/script.html

8 lines
190 B
HTML
Raw Normal View History

2011-10-24 02:03:12 +00:00
<div class="orange">{{ title }}</div>
2011-10-24 13:16:27 +00:00
{% if synopsis %}
<span class="orange">Synopsis: </span> {{ synopsis }} <br />
{% endif %}
<a class="bpRelated" href="{{ script_file }}">Download</a>