{% extends "base.html" %} {% block title %} {{ entry.title }} {% endblock %} {% block content %}

{{ entry.title }}

{{ entry.body_html }}

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

Discussions/Feedback.

{% include 'discuss.html' %}
{% endblock content %} {% block body %} {{ super() }} {% set static_prefix = "../../" %} {% endblock body %}