{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}
{% if current_user.is_anonymous %}

Please register to access full functionality

Register

{% else %}

Welcome {{ current_user.username }}!

{% endif %}
{% endblock %}