feat: initial import
This commit is contained in:
commit
03ab1091b1
50 changed files with 1146 additions and 0 deletions
9
layouts/_partials/flex-section.html
Normal file
9
layouts/_partials/flex-section.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<div class="flex-section">
|
||||
<div class="flex-section__title">
|
||||
{{ .title }}
|
||||
</div>
|
||||
<div class="flex-section__content">
|
||||
{{ .content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue