{% extends "base.html" %}
{% from "base.html" import article_header %}
{% block title %}{{ article.title }} : {{ super() }}{% endblock %}
{% block feedlinks %}
{% endblock %}
{% block content %}
{{ article_header(SITEURL, SITENAME, SITESUBTITLE, article, include_history=True) }}
{% endblock %}
Comments
Have something to add? Post a comment by sending an email to {{ COMMENT_EMAIL }}. You may use Markdown for formatting. {% if article.comments %}
{{article.comments_count}} comment{% if article.comments_count > 1 %}s{% endif %}
{% if comment.website %} {{ comment.author }} {% else %} {{ comment.author }} {% endif %}
Posted {{ comment.locale_date }} {{ comment.date|strftime('%H:%M') }}
There are no comments yet.
{% endif %}