content
other injection types
{% if not plot_scr %}
{% endif %}
{% if delay %}
delayed injection
the script should appear in 5 seconds
{% endif %}
{% if double_delay %}
delayed injection
the script should appear in 5 seconds
{% endif %}
{% if onload %}
onload injection
{% endif %}
{% if direct %}
direct injection
{% endif %}
{% if plot_scr %}
static injection
{{plot_scr|safe}}
{% endif %}