forked from sr2/www.sr2.uk
feat: inital import
This commit is contained in:
commit
c08a080f6c
43 changed files with 1572 additions and 0 deletions
36
layouts/_partials/home.html
Normal file
36
layouts/_partials/home.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<div class="divider"></div>
|
||||
|
||||
{{ with .GetPage "/info/communication-strategy" }}
|
||||
{{ partial "half-section.html" . }}
|
||||
{{ end }}
|
||||
|
||||
<div class="divider"></div>
|
||||
|
||||
{{ $ctx := dict
|
||||
"page" .
|
||||
"title" (T "Our Team")
|
||||
"content" (partial "team.html" .)
|
||||
}}
|
||||
{{ partial "flex-section.html" $ctx }}
|
||||
|
||||
{{ $ctx := dict
|
||||
"page" .
|
||||
"title" (T "Our Partners")
|
||||
"content" (partial "partners.html" .)
|
||||
}}
|
||||
{{ partial "flex-section.html" $ctx }}
|
||||
|
||||
<div class="divider"></div>
|
||||
|
||||
{{ with .GetPage "/info/technologies" }}
|
||||
{{ partial "full-section.html" . }}
|
||||
{{ end }}
|
||||
|
||||
<div class="divider"></div>
|
||||
|
||||
{{ $ctx := dict
|
||||
"page" .
|
||||
"title" (T "Contact Us")
|
||||
"content" (partial "contact.html" .)
|
||||
}}
|
||||
{{ partial "flex-section.html" $ctx }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue