<!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>