{% load static %}
{% block title %}My amazing site{% endblock %}
poker rumble
{% if user.is_authenticated %}
{{ user.username }}
| {% if user.is_staff %}
Submit
| {% endif %}
Log out
{% else %}
Log in
|
Create account
{% endif %}
{% block content %}{% endblock %}