{% extends "base.html" %} {% block workspace %} {% if error %} {% include "_error_block.html" %}
{% else %} {% include "_empty.html" %} {% endif %} {% endblock workspace %}