experiENS/monstage/templates/skeleton.html
2015-06-12 20:17:24 +02:00

10 lines
No EOL
136 B
HTML

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