Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
worblehat-old/python/web/templates/map/index.html

16 lines
285 B
HTML
Raw Normal View History

{% extends "base/main.html" %}
{%block title%}
Worblehat 0.1: Fresh, detailed, life-saving maps!
{% endblock %}
{% block content %}
Hyller:
<ul>
{% for shelf_name in shelves %}
<li><a href="/kart/{{ shelf_name }}">{{ shelf_name }}</a></li>
{% endfor %}
</ul>
{% endblock %}