{% extends "layout.html" %} {% block title %}Notebook{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if notebook is none %} {% include 'notebook-form.html' %} {% else %} {% include 'notebook-state.html' %} {% endif %}
{% endblock %}