{% extends "base.html" %} {% load comments %} {% block content %}

{% block title %}Náhled komentáře{% endblock %}

{{ comment|linebreaks }}
Zadal {{ form.name.data }}
{% include "comments/form.html" %} {% endblock %}