mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
25 lines
572 B
HTML
25 lines
572 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
|
|
<title>
|
|
{{ header }}
|
|
</title>
|
|
<link rel="stylesheet" type="text/css" href="../../../css/main2.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<H1>{{ header }}</H1>
|
|
<div class="centre"><img alt="" src="{{ filepath }}" />
|
|
</div>
|
|
|
|
<p>{{ description }}</p>
|
|
|
|
{% if photographer %}
|
|
<p class="caption">Photo © {{ photographer }}{% if year %}, {{ year }}{% endif %}</p>
|
|
{% endif %}
|
|
|
|
<hr />
|
|
</body>
|
|
</html>
|