{% extends "layout.html" %} {% set page_links = [ ('?feed=comments', 'application/rss+xml', 'Page Comments') ] %} {% block body %} {{ body }} {% if builder == "web" %}
{% if comments_enabled or comments %} {% include 'comments.html' %} {% endif %}
{% endif %} {% endblock %}