{% extends "base.html" %} {% block body_container %}
{% include "title.html" %} {% match user %} {% when Some with (user) %} Create a new recipe {{ user.email }} / Sign out {% when None %} Sign in/Sign up/Lost password {% endmatch %}
{% block main_container %}{% endblock %}
{% endblock %}