{% extends "base" %} {% import "macros" as macros %} {% block title %} {{ post.title }} {% endblock title %} {% block header %} {{ blog.title }} {% endblock header %} {% block content %}
{{ "Written by {{ link_1 }}{{ url }}{{ link_2 }}{{ name | escape }}{{ link_3 }}" | _( link_1='', name=author.name, link_3="" ) }} — {{ date | date(format="%B %e, %Y") }}
{{ "This article is under the {{ license }} license." | _(license=post.license) }}
{{ n_likes }}
{{ n_reshares }}
{{ "Login or use your Fediverse account to interact with this article" | _ }}
{{ "Comments" | _ }}
{% if account %} {% endif %}