Files
deskmeter/dmapp/dmweb/templates/layout.html
2020-04-12 08:20:00 -03:00

14 lines
86 B
HTML

<html>
<head>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>