Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « layouts - github.com/darshanbaral/mero.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6840b00c6faec7ce2e236d0cc83bdce31fd55e7e (plain)
1
2
3
4
5
6
{{ define "main" }}
<main>
    {{ partial "intro.html" . }}
</main>
{{ partial "footer.html" . }}
{{ end }}