{{ if .Params.categories }}
    
        {{ range (.GetTerms "categories") }}
            
                {{ .LinkTitle }}
            
        {{ end }}
    
    {{ end }}
    
        
    
        {{ with .Params.description }}
        
            {{ . }}
        
        {{ end }}
    
 
    {{ $showReadingTime := .Params.readingTime | default (.Site.Params.article.readingTime) }}
    {{ $showDate := not .Date.IsZero }}
    {{ $showFooter := or $showDate $showReadingTime }}
    {{ if $showFooter }}
    
    {{ end }}
    {{ if .IsTranslated }}
        
    {{ end }}