{% extends "base.html" %} {% block title %} | {{ feed.title }} {% endblock title %} {% block content %}
{{ feed.last_exception.value_str }}
{{ feed.last_exception.traceback_str }}
{{ html|safe }}{% if show_more_entires_button %} Show more entries {% endif %} {% endblock content %}