2021-10-05 20:26:33 -07:00
|
|
|
|
<header class="flex-date">
|
|
|
|
|
<h3>{{ .Get "company" }}: {{ .Get "team" }}</h3>
|
2021-10-05 20:44:33 -07:00
|
|
|
|
<span class="date">
|
|
|
|
|
{{ with .Get "from" }}
|
|
|
|
|
<time datetime="{{ . }} ">{{ . }}</time>
|
|
|
|
|
{{ end }}
|
2021-12-23 16:52:01 -07:00
|
|
|
|
–
|
2021-10-05 20:44:33 -07:00
|
|
|
|
{{ with .Get "to" }}
|
|
|
|
|
<time datetime="{{ . }}">{{ . }}</time>
|
|
|
|
|
{{ else }}
|
|
|
|
|
present
|
|
|
|
|
{{ end }}
|
|
|
|
|
</span>
|
2021-10-05 20:26:33 -07:00
|
|
|
|
</header>
|