{% extends "html/page.html" %} {% block javascript %} {% include "js/blog_page.js" %} {% endblock %} {% block css %} {% include "css/blog_page.css" %} {% endblock %} {% block content %}

{{ title }}

{{ blogger_info and blogger_info.full_name or full_name }} / {{ updated }}

{{ content_html }} {% if blogger_info %}
{% include "html/blogger.html" %} {% endif %}

{{ texts.comments }}


{% if not comment_list %}

{{ texts.first_comment }}

{% endif %} {% include 'html/comment.html' %}
{% include 'html/blog_footer.html' %} {% endblock %}