{% from 'debug/sse.html' import sse_style, sse_script,sse_html -%} {{ title }} {% for link in css_links %} {% endfor -%} {% for content in style_tags %} {% endfor -%} {{ sse_style(is_debug) }}
{{ sse_html(is_debug) }}
{% for info in js_links %} {% endfor -%} {% for content in script_tags %} {% endfor -%} {% if is_remote_config %} {% endif %} {{ sse_script(is_debug) }}