summaryrefslogtreecommitdiff
path: root/templates/photos-page.html
blob: a47b41e8dc449c5397688ac5c7c23ef11152b285 (plain)
1
2
3
4
{% extends "base.html" %} {% block body %}
<h1>{{ page.title }}</h1>
<img alt="{{page.title}}" src="./{{ page.extra.file_name }}" />
{{ page.content | safe }} {% endblock body %}