{% extends "base.html" %} {% block description %} {% if not subtitle %} {{ _("Find out our tips and tricks about email marketing. We prepared some soft and some hard skills here. Ready to dive in?") }} {% else %} {{ _("You're interested in") }} {{ subtitle }}? {{ _("We're here to serve you:") }} {% endif %} {% endblock %} {% block content %}

{% block title %}Blog {{ subtitle|default('', true) }} {% endblock %}

{% for post in posts %}

{{ post.title }}

{{ post.excerpt }}


{% endfor %}
{% endblock %}