{% macro show_circuit_page(display_options, circuit_json, uid, min_width, min_height) %} {% 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, min_width, min_height) }} {% endif %}