{% block header %}
WAW Framework
{% endblock %}
{% block topbar %}
WAW LOGO
{% if !user %}
Login
Sign Up
{% endif %} {% if user&&user.isAdmin %}
Admin
{% endif %} {% if user %}
User Name
{% endif %}
{% endblock %}
{% block body %}{% endblock %}
{% block script %} {% endblock %}