14 lines
265 B
HTML
14 lines
265 B
HTML
<!doctype html >
|
|
<html lang="en">
|
|
<head>
|
|
<title>{{place}}</title>
|
|
</head>
|
|
<body>
|
|
{{figure|safe}}
|
|
<br />
|
|
{% for region in regions %}
|
|
<a href="{{region}}">{{region}}</a>
|
|
{% endfor %}
|
|
</body>
|
|
</html>
|