{{ define "repo/fragments/timeWrapper" }}
{{ end }}
{{ define "repo/fragments/time" }}
{{ template "repo/fragments/timeWrapper" (dict "Time" . "Content" (. | relTimeFmt)) }}
{{ end }}
{{ define "repo/fragments/shortTime" }}
{{ template "repo/fragments/timeWrapper" (dict "Time" . "Content" (. | shortRelTimeFmt)) }}
{{ end }}
{{ define "repo/fragments/shortTimeAgo" }}
{{ template "repo/fragments/timeWrapper" (dict "Time" . "Content" (print (. | shortRelTimeFmt) " ago")) }}
{{ end }}
{{ define "repo/fragments/duration" }}
{{ end }}