retrogit/app/templates/base/page.html
2014-08-24 21:26:45 -07:00

14 lines
293 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{template "title" .}}</title>
<link rel="stylesheet" href="/static/main.css">
<link rel="stylesheet" href="/static/octicons/octicons.css">
</head>
<body>
<h1>{{template "title" .}}</h1>
{{template "body" .}}
</body>
</html>