{% extends 'base.html' %} {% block content %} {% if g.user %}
@{{ g.user['handle'] }}
{% else %}

Login to get started!

{% endif %} {% endblock %}