Speedrun
{% if let Some(mods) = speedrun.mods %}Mods
-
{% for (name, id) in mods %}
- {{ name }} {% endfor %}
Chapters
-
{% for (timestamp, text) in chapters %}
-
{{ timestamp }} {{ text }}
{% endfor %}
{{ timestamp }} {{ text }}