You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="../static/style.css" />
|
|
|
|
<title>{{ title[0] }}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>{{ title[0] }}</h1>
|
|
|
|
<p><time datetime="{{date}}">{{ date.year }}.{{ date.month }}.{{ date.day }}</time></p>
|
|
|
|
|
|
|
|
|
|
|
|
{% for row in imgsmatrix %}
|
|
|
|
<div class="row">
|
|
|
|
{% for img in row %}
|
|
|
|
<div class="column">
|
|
|
|
<img src="{{ img }}">
|
|
|
|
</div>
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{#
|
|
|
|
<div class="row">
|
|
|
|
<div class="column">
|
|
|
|
<img src="./images/VF383Hamok00.jpg" style="width:100%">
|
|
|
|
</div>
|
|
|
|
<div class="column">
|
|
|
|
<img src="./images/VF383Hamok01.jpg" style="width:100%">
|
|
|
|
</div>
|
|
|
|
<div class="column">
|
|
|
|
<img src="./images/VF383Hamok02.jpg" style="width:100%">
|
|
|
|
</div>
|
|
|
|
<div class="column">
|
|
|
|
<img src="./images/VF383Hamok03.jpg" style="width:100%">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
#}
|