2019-02-25 22:24:33 +00:00
|
|
|
{% extends "cavebase.html" %}
|
|
|
|
{% load wiki_markup %}
|
|
|
|
|
|
|
|
{% block title %}Cave Index{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2019-02-26 00:00:34 +00:00
|
|
|
|
|
|
|
123 testing 123 testing
|
|
|
|
|
2019-02-26 00:43:05 +00:00
|
|
|
{{ somenonsense }}
|
|
|
|
|
2019-02-26 00:43:46 +00:00
|
|
|
{{ notablecaves }}
|
|
|
|
|
2019-02-25 22:24:33 +00:00
|
|
|
{% for cave in notablecaves %}
|
2019-02-26 00:29:16 +00:00
|
|
|
<li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li>
|
2019-02-25 22:24:33 +00:00
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% endblock %}
|