Add scripts to create myops-getqueryview:
[myops.git] / web / query / templates / partials / header.html
diff --git a/web/query/templates/partials/header.html b/web/query/templates/partials/header.html
new file mode 100644 (file)
index 0000000..4529c41
--- /dev/null
@@ -0,0 +1,9 @@
+<div id="header">
+  <div id="account"></div>
+  <h2><a href="{{ index }}">{{ blogName }}</a></h2>
+  <div id="feeds">
+    Atom feeds of
+    <a href="{{feedPath}}">posts</a> &amp;
+    <a href="{{commentsFeed}}">comments</a>.
+  </div>
+</div>
\ No newline at end of file