update testbed
This commit is contained in:
parent
0de1e63a3e
commit
eae5db6b4a
11 changed files with 106 additions and 7 deletions
5
templates/header.html
Normal file
5
templates/header.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<ul>
|
||||
{% for name, url in site_map.items() %}
|
||||
<li><a href="{{ url }}">{{ name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue