{{ define "main_article" }}
{{ partial "module/sidebar_btn" . }}
{{ with $.Site.Params.header.logo.imgUrl }} {{ end }} {{ with $.Site.Params.header.title }}

{{ . }}

{{ end }} {{ with $.Site.Params.header.subtitle }}

{{ . }}

{{ end }}
{{ with $.Site.Params.homePage.siteLongDescription }}

{{ $.Site.Params.homePage.siteLongDescriptionTitle | default "Start" }}

{{ . }}

{{ end }}
{{ with $.Site.Params.homePage.showRecentPostsBlock }}

{{ i18n "recent_posts" | title }}

    {{ range ( $.Site.RegularPages | first ($.Site.Params.homePage.numOfRecentPosts | default 5) ) }} {{ $page := . }}
  • {{ $page.Title }} {{ with $.Site.Params.homePage.recentPostShowUrl }} . {{ $page.RelPermalink }} {{ end }}
  • {{ end }}
{{ end }}
{{ if not $.Site.Params.homePage.disableWalkthroughs }}

{{ i18n "walkthroughs" | title }}

{{ partial "module/section_tree" ( dict "context" . "currentPage" . ) }}
{{ end }}
{{ end }}