{% extends "base" %} {% import "macros" as macros %} {% block head %} {% if article.cover %} {% endif %} {% if article.post.subtitle %} {% endif %} {% endblock head %} {% block title %} {{ article.post.title }} {% endblock title %} {% block header %} {{ blog.title }} {% endblock header %} {% block content %}
{{ "Comments" | _ }}
{% if account %} {% endif %} {% if comments | length > 0 %}{{ "No comments yet. Be the first to react!" | _ }}
{% endif %}