{% extends "page.html" %} {% block content %}

Links Exiting The Front Page (last 24h)

{% for exit in exits %} {% if exit.DurationSecs < 1800 %} {% endfor %}
Hang Time Title Highest Rank Time Since Wipeout
{{exit.Duration}} {% else %} {{exit.Duration}} {% endif %} {{exit.Title}} ({{exit.Score}} points, comments) {{exit.HighestRank}} {{exit.TimeGone}}

Current Top30

{% for i in current %} {% endfor %}
Hang Time Title Highest Rank
{{i.Duration}} {{i.Title}} ({{i.Score}} points, comments) {{i.HighestRank}}
{% endblock %}