{% extends "base" %} {% import "macros" as macros %} {% block title %} {{ article.post.title }} {% endblock title %} {% block header %} {{ blog.title }} {% endblock header %} {% block content %}
{{ "This article is under the {{ license }} license." | _(license=article.post.license) }}
{{ author.summary | safe }}
{{ n_likes }}
{{ n_reshares }}
{{ "Login or use your Fediverse account to interact with this article" | _ }}
{{ "No comments yet. Be the first to react!" | _ }}
{{ "Comments" | _ }}
{% if account %} {% endif %} {% if comments | length > 0 %}{{ "No comments yet. Be the first to react!" | _ }}
{% endif %}