{% extends "gae_blog/base.html" %} {% block title %}{{ entry }} :: {{ block.super }}{% endblock %} {% block style %}{{ block.super }} {% endblock style %} {% block content %} {% block h1 %}

{{ entry }}

{% endblock %}
{% for tag in entry.tags %}{% include "gae_blog/tag_link.html" %}{% endfor %} by {{ entry.author }}, {{ entry.pub_date|timesince }} ago
{% include "gae_blog/render_text.html" %}
{% if not entry.disable_comments %}
{% include "fc_comments.html" %}
{% endif %} {% include "search.html" %} {% endblock content %}