{{ define "repo/fragments/og" }} {{ $title := or .Title .RepoInfo.FullName }} {{ $description := or .Description .RepoInfo.Description }} {{ $url := or .Url (printf "https://tangled.sh/%s" .RepoInfo.FullName) }} {{ end }}