{{Strip}} {{$pjax := Form "_pjax"}} {{if $pjax}}{{Block "title"}}Start{{/Block}} - {{Version}} {{if eq $pjax "#main-container"}} {{Block "head"}}{{/Block}} {{Block "headEnd"}}{{/Block}} {{Block "bodyNav"}}{{/Block}}
{{if hasAnyBlock "name" "breadcrumb"}}

{{Block "name"}}{{/Block}}

{{end}}
{{Block "main"}}{{/Block}}
{{Block "footer"}}{{/Block}} {{else if eq $pjax "#pcont"}} {{Block "head"}}{{/Block}} {{Block "headEnd"}}{{/Block}} {{if hasAnyBlock "name" "breadcrumb"}}

{{Block "name"}}{{/Block}}

{{end}}
{{Block "main"}}{{/Block}}
{{Block "footer"}}{{/Block}} {{else}} {{Block "head"}}{{/Block}} {{Block "headEnd"}}{{/Block}} {{Block "main"}}{{/Block}} {{Block "footer"}}{{/Block}} {{end}} {{else}} {{Block "title"}}Start{{/Block}} - {{Version}} {{Include "global_js"}} {{- range $k,$head := GlobalHeads -}} {{- if $head -}} {{- if $head.Tmpl}}{{Fetch $head.Tmpl $}}{{end -}} {{- end -}} {{- end -}} {{Block "head"}}{{/Block}} {{Block "headEnd"}}{{/Block}} {{Include "header"}}
{{Include "sidebar"}}
{{Block "bodyNav"}}{{/Block}}
{{if hasAnyBlock "name" "breadcrumb"}}

{{Block "name"}}{{/Block}}

{{end}}
{{Block "main"}}{{/Block}}
{{Block "importJS"}}{{/Block}} {{Include "init_js"}} {{- range $k,$footer := GlobalFooters -}} {{- if $footer -}} {{- if $footer.Tmpl}}{{Fetch $footer.Tmpl $}}{{end -}} {{- end -}} {{- end -}} {{Block "footer"}}{{/Block}}
{{end}} {{/Strip}}