{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Viewing" %} {% if snippet.title %}{{ snippet.title }}{% else %} Paste #{{ snippet.id}}{% endif %}{% if snippet.author %}{% blocktrans with snippet.author as author %} by {{ author }}{% endblocktrans %}{% endif %}{% endblock %} {% block headline %}
content has to go into one line... it just does. #}{% for line in snippet.content_splitted %}
- {% endfor %}
{% if line %}{{ line|safe }}{% else %} {% endif %}{% trans "Revise paste" %} →