{% extends "base.html" %} {% block app_content %}

Workers

{% if current_user.is_authenticated %} Hello {{current_user.name}}! {% else %} Nothing to see here! {% endif %}
{% endblock %}