{% extends "base.html" %} {% block title %}{{ post.title }} – {{ site.title }}{% endblock %} {% block og %} {% set summary = post.body|excerpt(200) %} {% if summary %} {% endif %} {% if post.images %}{% endif %} {% if post.updated %}{% endif %} {% if post.author_name %}{% endif %} {% endblock %} {% block content %}

{{ post.title }}

{% if post.updated %} · oppdatert {% endif %} {% if post.guest %} · {{ post.author_name or post.guest }}{% endif %}

{{ html|safe }}
{% if post.tags %} {% endif %} {% if post.author_name %}

– {% if post.author_username %}{{ post.author_name }}{% else %}{{ post.author_name }}{% endif %}{% if post.author_email %} · {{ post.author_email }}{% endif %}

{% endif %}
{% endblock %}