{% extends "base.html" %} {% load url from future %} {% block content %} {% if user.is_authenticated %}

Welcome, {{ user.get_full_name }}

{% else %}

Authenticate

Connect through X.org

{% endif %} {% endblock %}