{% extends "notebook.html" %} {% block header_buttons %}
{% if show_edit_button %} {% endif %} {% if show_other_buttons %} {{super()}} {% endif %} {% endblock header_buttons %} {% block script %} {{super()}} {% endblock %}