{% extends "layouts/base.django" %} {% block content %}
{% include "partials/iconbar.partial.django" %} {% comment %} {% if User %} 👋 {{ User.Username }} Logout {% endif %}

Welcome to Shifoo's Cafe! ☕

You're now authenticated. This is where the main application will be built.

{% if User %}

Your User Info:

{% endif %} {% endcomment %}
{% endblock %}