diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:48:34 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:48:34 +0000 |
commit | 55f85384137b8cb8efb6dbd6c0bbe73df53e644d (patch) | |
tree | 068318a47c808696582029f71d78819b08e84bf3 /templates | |
parent | e8ce3e71403beadac34688e8a5479dcf33240091 (diff) | |
download | troggle-55f85384137b8cb8efb6dbd6c0bbe73df53e644d.tar.gz troggle-55f85384137b8cb8efb6dbd6c0bbe73df53e644d.tar.bz2 troggle-55f85384137b8cb8efb6dbd6c0bbe73df53e644d.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'templates')
-rw-r--r-- | templates/millenialcaves.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/templates/millenialcaves.html b/templates/millenialcaves.html index d324d93..b026cb5 100644 --- a/templates/millenialcaves.html +++ b/templates/millenialcaves.html @@ -1,11 +1,9 @@ <html> -123 testing 123 testing +123 testing 123 testing<br> +=======<br> +{{ somenonsense }}<br> +=======<br> +{{ notablecaves }}<br> +=======<br> -{{ somenonsense }} - -{{ notablecaves }} - -{% for cave in notablecaves %} - <li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li> -{% endfor %} <html> |