initial commit
This commit is contained in:
commit
d4097e8b0e
46 changed files with 525 additions and 0 deletions
28
layouts/_default/baseof.html
Normal file
28
layouts/_default/baseof.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
{{ block "main" . }}
|
||||
{{ end }}
|
||||
|
||||
<!-- Pagination -->
|
||||
<nav aria-label="Page navigation .pagination-lg">
|
||||
<ul class="pagination justify-content-center">
|
||||
{{ block "pagination" . }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
</div>
|
||||
|
||||
{{ partial "after-content-js.html" . }}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue