{% extends "area_base.html" %} {% block title %}{{ page.title if page else 'Hill & Moorland Leadership' }} | TheOrganist24{% endblock %} {% block extra_head %} {% endblock %} {% block area_content %}
{{ page.body }}
{% endif %} {% if qualifying_hikes %}| Expedition | Date |
|---|---|
| {{ hike.title }} | {{ hike.expedition_date.strftime('%-d %b %Y') }} |
No qualifying expeditions are currently logged.
{% endif %} {% include "_offerings.html" %} {% endblock %}