{% extends "base.html" %} {% block content %}

{{ title }}

{{ body }} {% if comments %}
This is the comment area to include an external comment system like Disqus or Facebook comments.
{% endif %} {% endblock %}