{% 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 }} wrote this on {{ updated }}

{{ content_html }} {% if blogger_info %}

{{ blogger_info.full_name }}

{{ blogger_info.bio }}

All posts by {{ blogger_info.full_name }}

{% endif %}

Comments


{% if not comment_list %}

Be the first one to comment

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

Show posts by everyone

{% endblock %}