{% load static %}
{% block title %}My amazing site{% endblock %}
Poker CC
{% if user.is_authenticated %}
Submit
{% else %}
Create account
{% endif %}
{% block content %}{% endblock %}