{% extends "base.html" %} {% block head %} TipPy Blog {% endblock %} {% block nav %} {% include "nav.html" with ls=ls season=season %} {% endblock %} {% block body %}

{{post.title}}

geposted am

{{post.description}}

{{post.content|safe}}
{% endblock %}