You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
828 B
22 lines
828 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="expires" content="43200"/>
|
|
<meta name="description" content="Services required for teaching at BS1IN. This website is not related to BS1IN"/>
|
|
<meta name="keywords" content="Teaching"/>
|
|
<meta name="author" content="Philip Gaber" />
|
|
<meta name="copyright" content="Philip Gaber" />
|
|
<title>Stuff I am too lazy to do myself</title>
|
|
<link href="/static/css/bs1in.css" rel="stylesheet"/>
|
|
</head>
|
|
<body>
|
|
{{block "header" .HeaderData}}{{end}}
|
|
<section id="content-wrapper">
|
|
{{block "body" .BodyData}}{{end}}
|
|
</section>
|
|
</body>
|
|
{{block "scripts" .BodyData}}{{end}}
|
|
</html>
|