{# Python code overlay component #} {% if session.get('show_code') %}
Python Code
{% for stype, script in session['python_code'].items() %}
{{ script }}
{% endfor %} Download
{% endif %}