{{.Title}}
      
        
          
            
              {{ if or .Params.author .Params.date }}
              
                {{ if .Params.author }}{{ i18n "authorBy" }} {{ .Params.author }}{{ end }}
                {{ if and .Params.author .Params.date }} | {{ end }}
                {{ if .Params.date }}{{ .Date.Format .Site.Params.date_format }}{{ end }}
              
              {{ end }}
              
                {{ .Content | safeHTML }}
              
              < 回到列表
            
            
          
        
      
  
              {{ if or .Params.author .Params.date }}
              
            
          {{ if .Params.author }}{{ i18n "authorBy" }} {{ .Params.author }}{{ end }} {{ if and .Params.author .Params.date }} | {{ end }} {{ if .Params.date }}{{ .Date.Format .Site.Params.date_format }}{{ end }}
{{ end }}
                {{ .Content | safeHTML }}
              
              < 回到列表