]> Untitled Git - web-gallery.git/blob - navigator/app/templates/base.html
Updated to 1.7.0
[web-gallery.git] / navigator / app / templates / base.html
1 <!DOCTYPE html>
2 <head>
3     <title>{% block title %}{% endblock %}</title>
4     <link rel="stylesheet" href="{{ url_for('static', filename='css/colors.css') }}">
5     <link rel="stylesheet" href="{{ url_for('static', filename='css/index.css') }}">
6 </head>
7 <body class="first-color">
8     <div class="titlecard second-color">
9     {% block content %}{% endblock %}
10     </div>
11 </body>
12 </html>