{% extends "base" %} {% import "macros" as macros %} {% block title %} {{ blog.title }} {% endblock title %} {% block content %}
{{ blog.summary }}
{{ "No posts to see here yet." | _ }}
{% endif %} {% if is_author %} {{ "New article" | _ }} {% endif %}