{{/* Div wrapper around page links. */}}
{{/* The wrapper is hidden when the page has no link buttons. */}}
{{ $has_attachments := partial "functions/has_attachments" . }}
{{ if $has_attachments | or .Params.external_link }}
{{ with .Params.external_link }}
{{ i18n "open_project_site" }}
{{ end }}
{{ partial "page_links" (dict "page" . "is_list" 0) }}