4 lines
101 B
HTML
4 lines
101 B
HTML
{{ define "main" }}
|
|
{{ partial "portfolio.html" . }}
|
|
{{ partial "pagination.html" . }}
|
|
{{ end }}
|