Files
deskmeter/dmapp/dmweb/templates/layout.html
Mariano Ramon 3e073a0e4b calendar mockup
2020-05-04 02:26:48 -03:00

22 lines
214 B
HTML

<html>
<head>
<!--
<link rel="stylesheet" href="{{ url_for('static', filename='styles/dm.css') }}">
-->
{% block head %}
{% endblock %}
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>