summaryrefslogtreecommitdiffstats
path: root/layouts/photos/list.html
blob: 474dbaed3a91b6d8b12e4ffe0f99b94d882271c1 (plain)
1
2
3
4
5
6
7
{{ define "main" }}
<main role="main">
  {{ .Content }}

  {{ partial "photos.html" . }}
</main>
{{ end }}