{% if format=="html" %}
{% endfor %}
{% else %}
{% endif %}
Source code
{% if script_type==".py" %}{{ chunk.in|e }}
{% else %}
{{ chunk.in|e }}
{% endif %}
Output
{% if chunk.html %} {% elif chunk.markdown %} {{ markdown(chunk.out) }} {% else %} {% if script_type==".py" %}{{ chunk.out|e }}
{% else %}
{{ chunk.out|e }}
{% endif %}
{% endif %}