{% extends "base.html" %} {% block content %}

{{ config.site.title }}

{{ config.site.description }}

Recent Posts

{% for post in posts %}

{{ post.title }}

{% for tag in post.tags %} #{{ tag }} {% endfor %}
{% endfor %}
{% endblock content %}