{% extends "textbin/base.html" %} {% load staticfiles %} {% block extrahead %} {% endblock %} {% block title %}Запись {{ text.author_name }} |{% endblock %} {% block body %}
Отправил(а) {% if text.author_url %} {{ text.author_name }} {% else %} {{ text.author_name }} {% endif %} {{ text.posted_at }}:
{% if text.text.strip %}{{ text.text|linebreaks|urlize }}{% endif %}