{% extends "themes/default/templates/partials/base.html" %} {% block content %} {{ entry.content|shortcode|raw}} {% for entry in entries.fetchAll('blog', {'order_by': {'field': 'date', 'direction': 'desc'}, 'set_max_result': '3'}) %}

{{ entry.title }}

{{ entry.summary|shortcode|raw}}

{{ entry.date }}
{% endfor %} Read the rest of the blog {% endblock %}