w
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

home.mtpl
text/plain

Download raw (299 bytes)

<div class="intro body-text body-text--about">
{% load flatpages %}
{% get_flatpages '/introduction/' as intro_pages %}

{% for page in intro_pages %}
{{ page.content|safe }}
{% endfor %}
</div>

<div class="scores-list">
    <div id="latest_updated"></div>

    <div id="user_scores"></div>
</div>