blob: d324d934ebd82f4587e4679fb73b5b25367cb463 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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>
|