{% extends "pages/wrapper-yaml-editor.html" %} {% block title %}Edit notebook{% endblock %} {% block body %}

{{ name }}

                                
                            
{% if yaml_text_error %}

Error

{{ yaml_text_error }}
{% endif %}
{% endblock %}