{% extends "base" %} {% import "macros" as macros %} {% block title %} Dashboard {% endblock title %} {% block content %}

Your Dashboard

Your Blogs

{% if blogs | length < 1 %}

You don't have any blog yet. Create your own, or ask to join one.

{% endif %} Start a new blog
{% for blog in blogs %} {% endfor %}
{% endblock content %}