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

index.html « layouts - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ffe01f2500572ef01dbe958cdceaeaa704e0b8d (plain)
1
2
3
4
5
6
7
{{ define "main" }}
    {{ if .Content }}
        {{ .Content }}
    {{ else }}
        {{- partial "category-posts.html" . -}}
    {{ end }}
{{ end }}