The priority of a scene defines its place in the final project.
The scene with priority 0 will be the first, priority 1 will be the second and so on.
Every scene needs a unique priority.
You have to refresh the page when you alter a scene with Manim.
Otherwise the displayed data may be outdated.
Scene
Sections
{% for scene in scenes %}
#{{ scene.id }} {{ scene.name }}
in: {{ scene.get_rel_dir_path() }}
Last modified on: {{ scene.get_last_modified() }}