{% extends "components/base.html" %} {% block title_tag %} {{ config.SITE_NAME }} {% endblock title_tag %} {% block meta %} {% endblock meta %} {% block content %}
{% for post in posts %}

{{ post.title }}

{{ post.excerpt }} Read More...
{% endfor %}
{% endblock content %}