{% extends "layout.html" %} {% block body %} {% if real_name %}
Welcome {{ real_name }}!
Log out {% else %} Link {% endif %} {% endblock %}