4 lines
194 B
HTML
4 lines
194 B
HTML
|
<header class="flex-date">
|
||
|
<h3>{{ .Get "company" }}: {{ .Get "team" }}</h3>
|
||
|
<time class="date">{{ .Get "from" }} to {{ with .Get "to" }}{{ . }}{{ else }}present{{ end }}</time>
|
||
|
</header>
|