{{ define "title" }} {{ string .Blog.Lang "editor" }} - {{ mdtitle .Blog.Title }} {{ end }} {{ define "main" }}

{{ string .Blog.Lang "editor" }}

{{ string .Blog.Lang "create" }}

{{ md (editorpostdesc .BlogString) }}
{{ if .Data.UpdatePostURL }}

{{ string .Blog.Lang "update" }}

{{ end }}

{{ string .Blog.Lang "posts" }}

{{ string .Blog.Lang "drafts" }}

{{ string .Blog.Lang "privateposts" }}

{{ string .Blog.Lang "unlistedposts" }}

{{ string .Blog.Lang "scheduledposts" }}

{{ string .Blog.Lang "deletedposts" }}

{{ string .Blog.Lang "upload" }}

{{ string .Blog.Lang "mediafiles" }}

{{ string .Blog.Lang "location" }}

{{ string .Blog.Lang "gpxhelper" }}

{{ string .Blog.Lang "gpxhelperdesc" }}

{{ end }} {{ define "editor" }} {{ template "base" . }} {{ end }}