{% 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 %}

Share this post:

Discussions/Feedback.

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