diff options
Diffstat (limited to 'layouts/techjournal')
-rw-r--r-- | layouts/techjournal/list.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/techjournal/list.html b/layouts/techjournal/list.html new file mode 100644 index 0000000..dcecc6c --- /dev/null +++ b/layouts/techjournal/list.html @@ -0,0 +1,6 @@ +{{ define "main" }} + +{{ .Content }} + +{{ partial "techjournals.html" . }} +{{ end }} |