mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 16:24:22 +01:00
21 lines
No EOL
365 B
HTML
21 lines
No EOL
365 B
HTML
{{ define "main" }}
|
|
|
|
{{ partial "banner.html" . }}
|
|
|
|
{{ partial "top_button.html" . }}
|
|
|
|
{{ partial "navigation.html" . }}
|
|
|
|
{{ partial "bradcrumb.html" . }}
|
|
|
|
{{/* {{ partial "slick-imageSlideShow.html"}} */}}
|
|
|
|
{{ partial "imageSlideShow.html" . }}
|
|
|
|
{{ partial "blog.html" . }}
|
|
|
|
{{/* {{ partial "contact.html" . }} */}}
|
|
|
|
{{ partial "contact_2.html" . }}
|
|
|
|
{{ end }} |