{% include 't_head.html' %}
{% include 't_sidebar.html' %}
{% include 't_navbar.html' %}

Design and eval FRIDA scripts on the fly 🚀



Load your custom FRIDA Scripts
{% for cs in custom_scripts %} [{{ loop.index }}] - {{ cs }} {% endfor %}
Scripts are automatically loaded from the custom_scripts folder. Make sure to add your favorite .js scripts! 😉
{% include 't_js_script.html' %} {% block scripts %} {% endblock %}