<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1" name="viewport"> <title> {% block title %} A photo gallery by Yaroslav de la Peña Smirnov {% endblock %} </title> <link rel="stylesheet" href="{{ index }}/css/gallery.css"> </head> <body> {% block content %} {% endblock %} </body> </html>