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

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

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

{{ md (editorpostdesc .BlogString) }}

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

{{ if .Data.UpdatePostURL }} {{ else }} {{ end }}

{{ string .Blog.Lang "delete" }}

{{ if .Data.DeleteURL }} {{ else }} {{ end }}

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

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

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

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

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

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

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

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