{{ define "main" }}
{{ partial "content.html" . }} {{ $id := .Params.photoset }} {{ $query := querify "format" "json" "nojsoncallback" "1" "api_key" (getenv "FLICKR_API_KEY") }} {{ $method := querify "method" "flickr.photosets.getPhotos" "user_id" (getenv "FLICKR_USER_ID") "photoset_id" $id "extras" "url_k,url_q" }} {{ $photoset := (getJSON "https://api.flickr.com/services/rest/?" $query "&" $method).photoset }}

View entire {{ $photoset.title }} album on Flickr

{{ partial "share.html" . }} {{ partial "related-content.html" . }}
{{ end }} {{ define "style_extra" }} {{ partial "style.html" "css/lightgallery.css" }} {{ end }} {{ define "scripts_extra" }} {{ partial "script_async.html" "js/lightgallery.min.js" }} {{ end }}