switched to using the skeleton for the template, which comes along with some sensible foundation links
diff --git a/site/templates/single_narrative.html b/site/templates/single_narrative.html
index ddbd65f..da1224d 100644
--- a/site/templates/single_narrative.html
+++ b/site/templates/single_narrative.html
@@ -1,8 +1,2 @@
-<html>
-<head><title>{{ headers.title }}</title>
-</head>
-<body>
-<h1>{{ headers.title }}</h1>
-<div id="content">{{ content|markdown }}</div>
-</body>
-</html>
+{% extends "skeleton.html" %}
+