{{/* SPDX-FileCopyrightText: 2022 Ngô Ngọc Đức Huy SPDX-License-Identifier: MIT */}} {{ define "main" }}

{{ trim .Title " " }}

{{ partial "post-language-switcher.html" . }}
{{ .Content }}
{{ partial "post-info.html" . }}
{{ partial "single-extra.html" }} {{ if and (.Site.Params.paginationSinglePost) (ne .Type "page") }} {{ partial "post-pagination.html" . }} {{ end }} {{ end }}