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