aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 09ecd1c..b9c2046 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -2,8 +2,12 @@
<html>
<head>
<title>{{ title }}</title>
+ <link rel="stylesheet" type="text/css" href="/assets/application.css">
</head>
<body>
+ <header class="page-header">
+ <h1>{{ title }}</title>
+ </header>
{{{ content }}}
</body>
</html>