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