forked from expo/troggle
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>
|