I pull a feed from rss and store the data in a appengine db. The rss feed content includes the entire html. So I have this python code:
@app.route(\"/rssRe
This should work too.
{% extends "layout.html" %} {% block body %} {{ data|safe }} {% endblock %}