tail
tail copied to clipboard
cvdl-ts: Add in-text templating
There are lots of cases where layout based templating is overkill. For example, right now we use a row with 3 elements (startDate, "-", endDate) for dates. This could be simplified to {startDate}, {endDate} within a single element.