mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-01 10:35:54 +00:00
14 lines
293 B
HTML
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>
|