{% endblock %}
{% block extra %}
{{ block.super }}
{% comment %}
Show the storyModal first time the page is opened.
After that, set a cookie, so any further reloads don't cause it to reopen.
The cookie will expire after 1 day.
{% endcomment %}
{% endblock extra %}
{% comment %}
vi: ft=htmldjango
{% endcomment %}