mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-01-20 01:42:30 +00:00
18 lines
317 B
HTML
18 lines
317 B
HTML
{% extends "cavebase.html" %}
|
|
{% load wiki_markup %}
|
|
|
|
{% block title %}Cave Index{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
|
|
123 testing 123 testing
|
|
|
|
{{ somenonsense }}
|
|
|
|
{% for cave in notablecaves %}
|
|
<li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li>
|
|
{% endfor %}
|
|
|
|
{% endblock %}
|