{% extends "layouts/default.html" %} {% block title %} Dashboard {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %} {% if current_user.is_authenticated %}
...
{% endif %} {% endblock content %} {% block javascripts %} {% endblock javascripts %}