{{- /* Renders the automatic warnings for an item. @params pc The page context. */ -}} {{ $post_age_in_years := math.Round ( div ( div ( now.Sub .pc.PublishDate ).Hours 24 ) 365 ) }} {{ if ( or .pc.Params.site .pc.Params.controversial ( gt $post_age_in_years 2 ) ) }} {{ end }}