Use blocks to allow special scripts or styles per page
This commit is contained in:
parent
2a4c724af5
commit
c36da85953
@ -4,6 +4,8 @@
|
||||
<head>
|
||||
<title>{% block title %}{% endblock %} - KankenOnline</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
{% block styles %}{% endblock %}
|
||||
{% block scripts %}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
|
Loading…
Reference in New Issue
Block a user