{% extends "base" %} {% import "macros" as macros %} {% block title %} {{ article.post.title }} {% endblock title %} {% block header %} {{ blog.title }} {% endblock header %} {% block content %}
{{ date | date(format="%B %e, %Y") }} {% if is_author %} — {{ "Edit" | _ }} — {{ "Delete this article" | _ }} {% endif %}
—
{{ "Comments" | _ }}
{% if account %} {% endif %} {% if comments | length > 0 %}{{ "No comments yet. Be the first to react!" | _ }}
{% endif %}