gitpad/templates/pages/gists/view/_text.html

8 lines
205 B
HTML

<div id="{{ payload_file.f.filename }}" class="gist_file">
{% include "gist_filename" %}
{% if "text" in payload_file.f.content.file %}
{{ payload_file.f.content.file.text }}
{% endif %}
</div>