<html lang="en"> | |
<head> | |
<title>{% block title %} {% endblock %}</title> | |
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/style.css') }}"> | |
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"> | |
</head> | |
<body> | |
{% block content %} | |
{% endblock %} | |
</body> | |
</html> | |