poobrains/themes/default/paste.jinja

13 lines
263 B
Plaintext
Raw Permalink Normal View History

2017-08-01 21:11:44 +00:00
{% extends "taggable.jinja" %}
{% block content %}
<div class="paste">
{{ content.type }}
{% if mode == 'full' %}
{{ content.text }}
{% else %}
{{ content.text|truncate }}
{% endif %}
</div>
2017-08-01 21:11:44 +00:00
{% endblock %}