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 <ul class="card third-color" id="navigation">
13 {% for gallery in galleries %}
14 <li class="link fourth-color">
15 <a href="{{ gallery }}">{{ gallery }}</a>