{% block pagejs %}{% endblock %}
{% if user.is_authenticated %} Logged in as {{ user.username }} - log out {% else %} Login {% endif %}