3 <title>{{ title }}</title>
5 <body style='background-color: black'>
7 <div style='height: 99vh'>
8 <a href="{{ next_page_url }}">
9 <img style='height: 100%; width: 100%; object-fit: contain'
10 src="{{ src }}" alt="{{ alt }}" />
13 <p><a href="/">Home</a> | <a href="/{{ gallery }}">{{ gallery }}</a> | <a href="{{ prev_page_url }}">Prev</a>, <a href="{{ next_page_url }}">Next</a></p>