{{ $slug := replace .RelPermalink "/" "" }} {{- $apiendpoint := (printf "%s/%s/%s/%s/%s/%s" $.Site.Params.staticman.endpoint "gitlab" "bauripalash" "bauripalash.gitlab.io" "main" "comments") -}} {{ if .Site.Data.comments }} {{ $comments := index $.Site.Data.comments $slug }} {{ if $comments }}

{{ i18n "preCommentNumber"}} {{ len $comments }} {{ i18n "commentNumber" }}

{{ else }}

{{ i18n "commentNil" }}

{{ end }} {{ $.Scratch.Set "hasComments" 0 }} {{ range $index, $comments := (index $.Site.Data.comments $slug ) }} {{ if not .parent }} {{ $.Scratch.Add "hasComments" 1 }}

{{ .name }} 📣

{{ .comment | markdownify }}

⏰ {{ $ctime := (time (int .date) "Asia/Kolkata") }}{{$ctime | time.Format ":time_medium"}} , {{$ctime.Day}} {{ index $.Site.Data.months_bn (printf "%d" $ctime.Month)}} {{$ctime.Year}}

{{ end }} {{ end }} {{ end }}

{{ i18n "commentRequest" }}