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

list.html « techs « layouts - github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09b0af53d08b5ed86ed1ba9bb29b2885a8c21b79 (plain)
1
2
3
4
5
6
7
8
{{ partial "header" .}}

<h2>{{ .Data.Term | humanize }}</h2>
{{ range .Data.Pages }}
    {{ partial "portfolio/item" .}}
{{ end }}

{{ partial "footer" .}}