2020-11-03 23:46:20 +00:00
|
|
|
<!DOCTYPE html>
|
2022-04-27 00:15:42 +00:00
|
|
|
<html lang={{- default "" .Site.LanguageCode }} prefix="og: https://ogp.me/ns# article: https://ogp.me/ns/article# cc: http://creativecommons.org/ns#">
|
2022-04-26 00:28:13 +00:00
|
|
|
{{ partial "head.html" . -}}
|
2022-05-21 01:32:21 +00:00
|
|
|
<body itemscope itemtype="https://schema.org/WebPage">
|
2022-05-01 20:36:02 +00:00
|
|
|
{{ partial "header.html" . -}}
|
2022-04-26 00:28:13 +00:00
|
|
|
{{- block "main" . }}{{- end -}}
|
2022-04-27 15:44:13 +00:00
|
|
|
{{ partialCached "footer.html" . }}
|
2022-02-11 06:12:45 +00:00
|
|
|
</body>
|