retrogit/app/templates/base/page.html
Mihai Parparita 8008ca94a5 Abandon perforated paper design.
Too literal, and impacts readability.

Reverts most of 7d109f0c82.
2014-10-19 21:44:20 -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>