experiENS/monstage/templates/skeleton.html

10 lines
136 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<title>ExperiENS</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>