restore legacy, include shorcut scripts
This commit is contained in:
26
dmold/dmweb/templates/layout.html
Normal file
26
dmold/dmweb/templates/layout.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<!--
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='styles/dm.css') }}">
|
||||
-->
|
||||
|
||||
{% if auto_refresh %}
|
||||
<meta http-equiv="refresh" content="5">
|
||||
{% endif %}
|
||||
|
||||
{% block head %}
|
||||
{% endblock %}
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user