{% extends "base" %} {% block title %} {{ instance.name }} {% endblock title %} {% block content %}

Welcome on {{ instance.name }}

Latest articles

{% for article in recents %}

{{ article.post.title }}

{{ article.post.content | escape | truncate(length=200) }}…

By {{ article.author.display_name }} ⋅ {{ article.date | date(format="%B %e") }}

{% endfor %} {% endblock content %}