{{ latest.title }}
{% if latest.date %} {% endif %} {% if latest.summary %} {{ latest.summary | safe }} {% else %}{{ latest.content | striptags | truncate(length=400) }}
{% endif %}{% extends "base.html" %}
{% block title %}{{ config.title }}{% endblock title %}
{% block content %}
{{ section.title }}
{% endif %}
{{ section.content | safe }}
{{ latest.content | striptags | truncate(length=400) }}
{% endif %}