{% extends "_base.html" %} {% block home %} {% endblock %} {% block body %}

{{this.title}}

{{this.tagline}}

{% set news = site.reflinks['/news'].content[0] %}

{{news.date|dateformat}}: {{news.title}}

{{this.body}}
{% include 'footer.html' %} {% endblock %}