mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
INITIAL COMMIT
This commit is contained in:
21
layouts/contact/list.html
Normal file
21
layouts/contact/list.html
Normal file
@@ -0,0 +1,21 @@
|
||||
{{ define "main" }}
|
||||
<main class="">
|
||||
{{ "<!-- Contact Section Start -->" | safeHTML }}
|
||||
|
||||
{{ if ( .Page.Params.header.enable ) }}
|
||||
{{ partial "contact/header" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if ( .Page.Params.form.enable ) }}
|
||||
{{ partial "contact/form" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if ( .Page.Params.enable.about ) }}
|
||||
{{ partial "about.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ if ( .Page.Params.footer.enable ) }}
|
||||
{{ partial "full-footer" . }}
|
||||
{{ end }}
|
||||
</main>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user