{% extends "base.html" %}
{% block title %}{{ section.title }} - {{ config.title }}{% endblock title %}
{% block content %}
{{ section.title }}
{% endif %}
{{ section.content | safe }}
{{ latest.title }}
{% if latest.date %}
{% endif %}
{{ latest.content | safe }}