{% extends "base_with_header.html" %} {% block main_container %} {% match user %} {% when Some with (user) %}

Profile

{% when None %} {% endmatch %} {% endblock %}