{% extends "base.html" %} {% block page_title %} {{ entry.title }} {% endblock %} {% block header %}
{{ entry.author }} – {{ entry.published_html }}

{{ entry.title }}

{% endblock %} {% block content %}
{{ entry.body_html }}
{% if entry.kind == 'link' %} {% endif %}

This entry was tagged {% for tag in entry.tags %} {{ tag.name }}{% if not loop.last %}, {% endif %} {% endfor %}

Discussions/Feedback.

{% include 'discuss.html' %} {% endblock %}