mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
8 lines
336 B
HTML
8 lines
336 B
HTML
{% extends "expobase.html" %}
|
|
{% block title %}{{ title }}{% endblock %}
|
|
{% block bodyattrs %}{% if homepage %} id="homepage"{% endif %}{% endblock %}
|
|
{% block body %}
|
|
{{ body|safe }}
|
|
{% if homepage %}{% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %}{%else %}{% include "menu.html" %}{% endif %}
|
|
{% endblock %}
|