{%extends "base.html"%} {%block content%}

{{ entry.title }}

{% if entry.intro %}

{{ entry.intro }}

{% endif %} {{ entry.content }}

{{ entry.created }}

{% if entry.author %}

{{ entry.author }}

{% endif %}

{%endblock%} {%block stylesheets%} {%endblock%}