"...heimaufgabe2.git" did not exist on "ccb2dcabb3798681ec3fb1610582f3c34c8c2003"
Select Git revision
0021_base_url.py
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
base-clear.html 409 B
{% load static %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Core{% endblock %}</title>
<link href="{% static 'core/css/output.css' %}" rel="stylesheet" type="text/css">
{# <meta http-equiv="refresh" content="10">#}
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>