Initial commit
This commit is contained in:
commit
530fc76ede
84 changed files with 60305 additions and 0 deletions
12
_layouts/main.html
Normal file
12
_layouts/main.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# Base layout with header, footer, and content is in a main tag
|
||||
layout: base
|
||||
---
|
||||
|
||||
{% include header.html %}
|
||||
|
||||
<main class="flex-shrink-0">
|
||||
{{ content }}
|
||||
</main>
|
||||
|
||||
{% include footer.html %}
|
Loading…
Add table
Add a link
Reference in a new issue