{% extends "layout.html" %} {% block content %}
{% if current_user%}
Current user

{{ current_user.username }}

{% endif %}

Actions

{% endblock %}