{% extends "base.html" %} {% block title %}Scripts - Codomyrmex{% endblock %} {% block content %}

Script Orchestration

{% for script in scripts %}
{{ script.title }}
{{ script.path }}

{{ script.description }}

{% endfor %} {% if not scripts %}
📜

No scripts found in scripts/ directory.

{% endif %}
{% endblock %}