{{- /* Renders a table cell value: plain text (e.g. TBA) or a link with label + url. Expects dict: label, url, text (only one style used). */ -}} {{- if .url -}} {{ .label }} {{- else -}} {{- .text -}} {{- end -}}