{{ .Title | markdownify }}
    
    {{ if .Params.tags }}
      
    {{ end }}
    {{ with .Params.Cover }}
       {{ end }}
    
      {{ .Content }}
    
    {{ if or .NextInSection .PrevInSection }}
      
        
          {{ $.Site.Params.ReadOtherPosts }}
    {{ end }}
    
      {{ .Content }}
    
    {{ if or .NextInSection .PrevInSection }}
      
        
          {{ $.Site.Params.ReadOtherPosts }}
          
        
        
      
    {{ end }}
  
          {{ $.Site.Params.ReadOtherPosts }}