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

{{ title }}

By {{ full_name }} on {{ updated }}

{{ content_html }}

Comments


{% if not comment_list %}

Be the first one to comment


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