mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-02-25 22:36:53 +01:00
19 lines
No EOL
311 B
HTML
19 lines
No EOL
311 B
HTML
{{ define "main" }}
|
|
|
|
{{ partial "banner.html" . }}
|
|
|
|
{{ partial "top_button.html" . }}
|
|
|
|
{{ partial "navigation.html" . }}
|
|
|
|
{{ partial "bradcrumb.html" . }}
|
|
|
|
{{ partial "imageSlideShow.html" . }}
|
|
|
|
{{ partial "blog.html" . }}
|
|
|
|
{{/* {{ partial "contact.html" . }} */}}
|
|
|
|
{{ partial "contact_2.html" . }}
|
|
|
|
{{ end }} |