4 <title>{{ title }}</title>
5 <link rel="stylesheet" type="text/css" href="static/css/colors.css" />
6 <link rel="stylesheet" type="text/css" href="static/css/index.css" />
8 <body class="first-color">
9 <div class="titlecard second-color">
12 <div class="card third-color">
13 {% autoescape false %}
19 <ul class="card third-color" id="navigation">
20 {% for page in pages %}
21 <li class="link fourth-color">
22 <a href="{{ gallery }}/{{ page.number }}">{{ page.number }}</a>