diff --git a/src/partials/cover.hbs b/src/partials/cover.hbs
new file mode 100644
index 00000000..1f37e149
--- /dev/null
+++ b/src/partials/cover.hbs
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/src/tag.hbs b/src/tag.hbs
new file mode 100644
index 00000000..65236f41
--- /dev/null
+++ b/src/tag.hbs
@@ -0,0 +1,24 @@
+{{!< default}}
+
+{{> cover this}}
+
+
+
+
+ Posts tagged with {{tag.name}}
+
+
+
+
+ {{#foreach posts}}
+ {{> post/list this}}
+ {{/foreach}}
+
+
+ {{#if pagination}}
+ {{pagination}}
+ {{/if}}
+
+ {{> footer this}}
+
+