{{ define "main" }} {{ $titleWrap := $.Param "titleWrap" }}

{{ .Title }}

{{ .Content }}
<<<<<<< HEAD
{{ $filteredPages := .Site.RegularPages }} {{ range $.Param "notAllowedTypesInArchive" }} {{ $filteredPages = (where $filteredPages "Type" "!=" (lower .)) }} {{ end }} {{ if gt (len $filteredPages) 0 }} {{ $paginator := .Paginate ($filteredPages.GroupByDate ($.Param "archiveGroupByDate" | default "2006")) ($.Param "archivePaginate") }} {{ range ($paginator).PageGroups }} ======= {{ if .Pages }}
{{ $filteredPages := .Site.RegularPages }} {{ range $.Param "notAllowedTypesInArchive" }} {{ $filteredPages = (where $filteredPages "Type" "!=" (lower .)) }} {{ end }} {{ $paginator := .Paginate ($filteredPages.GroupByDate ($.Param "archiveGroupByDate" | default "2006")) ($.Param "archivePaginate") }} {{ if $paginator }} {{ range ($paginator).PageGroups }} >>>>>>> 7fcf1bc41734ab53012ec651fbd8ba9b28fd542a {{ .Key }}
    {{ range .Pages }}
  • {{ if ne ($.Param "languagedir") "rtl" }} {{ .Type }} {{ .Date.Format (i18n "archive-dateformat") }} {{ else }} {{ .Date.Format (i18n "archive-dateformat") }} {{ .Type }} {{ end }} {{ .Title }}
  • {{ end }}
<<<<<<< HEAD {{ end }} {{ else }} {{ i18n "no-contents" | default "There is nothing to display" }} {{ end }}
{{ partial "pagination/pagination" . }}
{{ partial "search/site-search" . }}
{{ partial "script/archive-script" . }}
{{ end }} ======= {{ end }} {{ end }}
{{ partial "pagination/pagination" . }}
{{ partial "search/site-search" . }}
{{ partial "script/archive-script" . }}
{{ end }} {{ end }} >>>>>>> 7fcf1bc41734ab53012ec651fbd8ba9b28fd542a