{% extends "base.html" %} {% block title %}{% if heading %}{{ heading }} – {% endif %}{{ site.title }}{% endblock %} {% block content %} {% if heading %}

{{ heading }}

{% else %}

Siste innlegg

{% endif %} {% if not posts %}

Ingen innlegg ennå.

{% endif %} {% for post in posts %}

{{ post.title }}

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

{% set text = post.body|excerpt(220) %}{% if text %}

{{ text }}

{% endif %} {% if post.tags %} {% endif %}
{% endfor %} {% endblock %}