2019-11-04 13:09:44 +00:00
{{ define "main" }}
2020-02-13 11:44:18 +00:00
< header class = "header basicflex-column" >
2019-11-04 13:09:44 +00:00
< h3 class = "h3 terms__title" >
{{ .Title }}
< / h3 >
< / header >
2020-01-24 12:24:17 +00:00
< main class = "main about" >
2020-02-16 17:57:14 +00:00
< article class = "single__contents single__contents--about" data-dir = "{{ if ne ($.Param " languagedir " ) " rtl " } } ltr { { else } } rtl { { end } } " data-ani = "{{ $.Site.Params.enableUiAnimation | default " true " } } " >
2019-11-17 11:01:09 +00:00
{{ .Content }}
< / article >
2019-11-04 13:09:44 +00:00
< / main >
2019-11-20 17:45:46 +00:00
< div class = "hide" >
2019-11-24 14:31:28 +00:00
{{ partial "search/site-search" . }}
2019-11-20 17:45:46 +00:00
< / div >
2019-11-24 14:31:28 +00:00
{{ partial "script/about-script" . }}
2019-11-04 13:09:44 +00:00
{{ end }}