4 <title>{{ title }}</title>
6 <body style='background-color: black'>
8 <div style='height: 99vh'>
9 <a href="{{ next_page_url }}">
10 <img style='height: 100%; width: 100%; object-fit: contain'
11 src="{{ src }}" alt="{{ alt }}" />
14 <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>