{% extends "base.html" %} {% load static from staticfiles %} {% block content %}
This is a very simple demo application with a home page and a data driven data page.
{% if request.user.is_authenticated %}You are logged in
{% endif %} {% endblock content %}