{{ define "title" }} {{ mdtitle .Blog.Title }} {{ if not .Data.nolocations }} {{ end }} {{ end }} {{ define "main" }}
{{ if .Data.nolocations }}

{{ string .Blog.Lang "nolocations" }}

{{ else }}
{{ end }}
{{ if .CommentsEnabled }} {{ include "interactions" . }} {{ end }} {{ end }} {{ define "geomap" }} {{ template "base" . }} {{ end }}