it/itf/templates/modules/scriptbank/script.html
2011-10-24 14:16:27 +01:00

8 lines
190 B
HTML

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