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 | a397eb9d001c9e36a834346059cbea8183b683f6 (patch) | |
tree | 068318a47c808696582029f71d78819b08e84bf3 | |
parent | e5d864359a2792d6f469f1ff6a8f0c7cc029e987 (diff) | |
download | troggle-a397eb9d001c9e36a834346059cbea8183b683f6.tar.gz troggle-a397eb9d001c9e36a834346059cbea8183b683f6.tar.bz2 troggle-a397eb9d001c9e36a834346059cbea8183b683f6.zip |
Messing with millenialcaves.html or similar
-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> |