{% block title %}

Dashboard

{% endblock title %}
{% block action %} {% endblock action %}
{% block content %} {% if user.is_authenticated %}

Welcome to your portal, {{ user.get_username }}!

{% else %} {% endif %} {% endblock content %}