{% 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 }} More... {% endfor %} Links {% for title,url in LINKS %} {{ title }} {% endfor %} {% endblock %} {% block footer %} {% include '_includes/footer.html' %} {% endblock %}
{{ article.locale_date }}
{{ article.summary }}