{% extends "blog/base.html" %} {% block title %} Lousy Secret Page - {{ block.super }} {% endblock %} {% block content %}
{% if request.session.logged_in %}

Welcome to the lousy secret page. You are seeing this page because you are logged in.

To logout click here

{% endif %}
{% endblock %}