{% block head %}{% endblock %}
{% if notebook_service is defined and notebook_service == 'workshop' %} {% include 'workshop/header.html' %} {% else %} {% include 'header.html' %} {% endif %}
{% if message is defined %}
{{ message['text'] }}
{% endif %} {% block content %}{% endblock %}