webbed-site/templates/gallery.html

9 lines
155 B
HTML
Raw Normal View History

2024-07-07 08:27:18 -05:00
{% extends "base.html" %}
{% block content %}
<h2>{{ page.title }}</h2>
<div class="col-wrapper">
{{ page.content | safe }}
</div>
{% endblock content %}