aboutsummaryrefslogtreecommitdiffstats
path: root/page.go
diff options
context:
space:
mode:
Diffstat (limited to 'page.go')
-rw-r--r--page.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/page.go b/page.go
new file mode 100644
index 0000000..207a80b
--- /dev/null
+++ b/page.go
@@ -0,0 +1,7 @@
+package main
+
+/*
+ * This file contains all the code related to turning entries into HTML pages
+ */
+type Renderer interface {
+}