{{ define "seo" }} {{ $title := "fibr" }} {{ $description := "FIle BRowser" }} {{ $url := "/" }} {{ if .File }} {{ if not .File.IsDir }} {{ $url = .File.URL }} {{ end }} {{ end }} {{ with .Request }} {{ $title = .Title }} {{ $description = .Description }} {{ $url = .AbsoluteURL $url }} {{ end }} {{ $url = publicURL $url }}