{% if title %} {{ title }} - Microblog {% else %} {{ _('Welcome to Microblog') }} {% endif %}
{% if current_user.is_authenticated %} {% with tasks = current_user.get_tasks_in_progress() %} {% if tasks %} {% for task in tasks %} {% endfor %} {% endif %} {% endwith %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{{ moment.include_moment() }} {{ moment.lang(g.locale) }}