{% if 'snipt' in request.GET %}$(function() { $('div#snipt-embed-{{ snipt.key }}').html('
{% for line in lines %}{{ line|safe }}\n{% endfor %}
'); });{% else %}document.open();document.writeln('
');{% for line in lines %}document.writeln('{{ line|safe }}');{% endfor %}document.writeln('');document.writeln('
');document.close();{% endif %}