{% extends 'includes/base.html' %} {% block content %} {% if current_user.is_authenticated %}

hi {{ current_user.username }}

{% else %}

hi anon

{% endif %} {% endblock %}