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

4 lines
96 B
HTML
Raw Normal View History

2022-03-12 12:46:42 +00:00
{% if "text" in payload_file.content.file %}
{{ payload_file.content.file.text }}
{% endif %}