Speedrun
{% if let Some(mods) = speedrun.mods %}Mods
-
{% for mod_id in mods %}
{% let (mod_link, mod_title) = mod_id|drg_mod %}
- {{ mod_title }} {% endfor %}
Chapters
-
{% for (timestamp, text) in chapters %}
-
{{ timestamp }} {{ text }}
{% endfor %}