{% load static %} {% block title %}New Style{% endblock %} {% block extra_css %}{% endblock %}
{% if user.is_authenticated %} {{ user.username }} {% endif %}
{% if user.is_authenticated %}
{% csrf_token %}
{% else %} {% endif %}
{% if user.is_authenticated %} {% endif %} {% block content %}{% endblock %}
{% block extra_js %}{% endblock %}