|
<!doctype html>
|
|
<title>…</title>
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
|
|
<script type="application/javascript" src="{{url_for('static', filename='script.js') }}"></script>
|
|
{% block body %} {% endblock %} |