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

4 lines
96 B
HTML

{% if "text" in payload_file.content.file %}
{{ payload_file.content.file.text }}
{% endif %}