{% extends "bot_base.html" %} {% block content %} {% if user %}

Hello @{{user.username}}

{% else %}

Hello unknown user

{% endif %} This is the home of [{{request.app['name']}}]. {% endblock %}