{% extends "asn/base.html" %} {% load url from future %} {% block content %}

The Antisocial Network is Awesome

The social network where everyone hates you.

{% if not request.user.is_authenticated %}

Go on!

Give it a go.

{% else %}

Your username is {{ request.user.username }}

Stroke your ego

Log out

{% endif %} {% endblock content %}