mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-20 09:52:30 +00:00
12 lines
216 B
HTML
12 lines
216 B
HTML
<html>
|
|
123 testing 123 testing
|
|
|
|
{{ somenonsense }}
|
|
|
|
{{ notablecaves }}
|
|
|
|
{% for cave in notablecaves %}
|
|
<li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li>
|
|
{% endfor %}
|
|
<html>
|