{% macro show_circuit_page(display_options, circuit_json, uid) %} {% include "html/head_imports.html" %} {% if not jupyter %}
{% endif %}
{{ circuit_json }}
{% if not jupyter %}
{% endif %} {% endmacro %} {% if jupyter %}
{% else %} {{ show_circuit_page(display_options, circuit_json, uid) }} {% endif %}