{% extends "blog/base.html" %} {% block extratitle %} | {{ entry.title }}{% endblock %} {% block content %}

{{ entry.title }}

Posted {{ entry.created }}

{{ entry.tease }}

{{ entry.body }}
{% endblock %}