diff options
Diffstat (limited to 'templates/bookmarks.html')
| -rw-r--r-- | templates/bookmarks.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/bookmarks.html b/templates/bookmarks.html new file mode 100644 index 0000000..edf137b --- /dev/null +++ b/templates/bookmarks.html | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | {{ template "base.html" . }} | ||
| 2 | |||
| 3 | {{ define "content" }} | ||
| 4 | <article> | ||
| 5 | <hgroup> | ||
| 6 | <h1>{{ .Page.Title }}</h1> | ||
| 7 | </hgroup> | ||
| 8 | <div class="flow-two-column">{{ .Page.HTML }}</div> | ||
| 9 | </article> | ||
| 10 | {{ end }} | ||
