initial commit
This commit is contained in:
commit
f92932b947
44 changed files with 851 additions and 0 deletions
9
layouts/_default/list.html
Normal file
9
layouts/_default/list.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ partial "site_header.html" . }}
|
||||
{{ partial "page_header.html" . }}
|
||||
|
||||
<main class="content">
|
||||
{{ partial "preview_list.html" . }}
|
||||
</main>
|
||||
|
||||
{{ partial "page_footer.html" . }}
|
||||
{{ partial "site_footer.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue