<!DOCTYPE html> <html> <head> <title> = block title = endblock </title> = block head <link rel="stylesheet" type="text/css" href={{ url_for('static', filename='css/main.css') }}> = endblock </head> <body> = block body = endblock </body> </html>