oodviewer/templates/base.html

9 lines
125 B
HTML

<html>
<head>
<title>oodviewer</title>
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>