8 lines
190 B
HTML
Executable File
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>
|