{% extends 'base.html' %} {% block container %}
{% include '_includes/header.html' %}

Recent blog posts

{% for article in articles[0:3] %}

{{ article.locale_date }}

{{ article.title }}

{{ article.summary }}

{% endfor %}



Links

{% for title,url in LINKS %} {{ title }}    {% endfor %}
{% endblock %} {% block footer %} {% include '_includes/footer.html' %} {% endblock %}