{% extends "layout.html" %} {% block content %} {% if user %}
{% else %} not logged in! {% endif %} {% endblock %}