{% extends "minimal/src/base.html" %} {% block title %}{{ config.title }}: {{ config.subtitle }}{% endblock %} {% block content %}

{{ config.title }}: {{ config.subtitle }}

{% if posts %}

Posts

{% else %}

No posts have been published yet!

{% endif %} {% if config.social %}

Links

{% endif %} {% endblock %}