14 lines
No EOL
364 B
HTML
14 lines
No EOL
364 B
HTML
<header class="flex-date">
|
|
<h3>{{ .Get "company" }}: {{ .Get "team" }}</h3>
|
|
<span class="date">
|
|
{{ with .Get "from" }}
|
|
<time datetime="{{ . }} ">{{ . }}</time>
|
|
{{ end }}
|
|
to
|
|
{{ with .Get "to" }}
|
|
<time datetime="{{ . }}">{{ . }}</time>
|
|
{{ else }}
|
|
present
|
|
{{ end }}
|
|
</span>
|
|
</header> |