{% extends "base.html" %} {% block style %} {% endblock style %} {% block title %} {{ page.title }} {% endblock title %} {% block content %}

{{ page.title }}

{{ page.date }}

{{ page.content | safe }}
{% if config.extra.mastodon_user %} {% endif %} {% if page.updated %} {% endif %} {% if page.authors[0] %} {% elif config.author %} {% endif %} {% if page.extra.image %} {% endif %} {% endblock content %}