summaryrefslogtreecommitdiffstats
path: root/layouts/auto/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/auto/page.html')
-rw-r--r--layouts/auto/page.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/auto/page.html b/layouts/auto/page.html
new file mode 100644
index 0000000..eaa06d7
--- /dev/null
+++ b/layouts/auto/page.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+ <h1 class="title">{{ .Title }}</h1>
+ {{ .Content }}
+ <h1>Spreadsheets</h1>
+ {{- partial "asset_table.html" (resources.Match "auto/*.ods") }}
+{{ end }}