{% extends "layout.html" %} {% block body %}

Welcome

{% if current_user.is_authenticated() %}

You are authorized to access the secret information. {% else %}

This Web site contains secret information available only to authorized users. Available usernames are Notch, Steve, and Creeper. {% endif %} {% endblock body %}