{{ app_name }}
{% for page, description in pages %}
{{ description }}
{% endfor %}
Docs
About
GitHub
{% if examples is defined %}
Load example:
{% for url, description, path in examples %}
{{ description }}
{% endfor %}
{% endif %}
Input:
{{ input_data }}
{% if scripts is defined %}
Solve with:
{% for script, description in scripts %}
{{ description }}
{% endfor %}
{% endif %}
Solve