{% block head_scripts %}{% end %}
IceProd

{% block page_title %}{{ section }}{% end %}

{% block body %}The Body{% end %}
{% block body_scripts %}{% end %} {% module SecureScript(content=""" document.querySelectorAll('.chosen-select').forEach((el)=>{ new TomSelect(el, { maxItems: null, maxOptions: null, plugins: ['remove_button'], }); }); """) %}