{% extends "base.html" %} {% block body_container %}
~~ Recettes de cuisine ~~ {% match user %} {% when Some with (user) %} Create a new recipe {{ user.email }} / Sign out {% when None %} Sign in / Sign up {% endmatch %}
{% block main_container %}{% endblock %}
{% endblock %}