public-web/layouts/index.html

9 lines
218 B
HTML
Raw Normal View History

2022-10-20 19:39:49 +02:00
{{ define "title" }}{{ site.Title }}{{ end }}
2024-07-16 03:19:06 +02:00
{{ define "header" }}{{ end }}
2022-10-20 19:39:49 +02:00
{{ define "main" -}}
2024-07-16 03:19:06 +02:00
{{ partial "section-intro.html" . }}
{{ partial "section-news.html" }}
{{ partial "section-services.html" }}
2022-10-20 19:39:49 +02:00
{{ end }}