10 lines
No EOL
136 B
HTML
10 lines
No EOL
136 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>ExperiENS</title>
|
|
</head>
|
|
|
|
<body>
|
|
{% block content %}{% endblock %}
|
|
</body>
|
|
</html> |