Open alpaylan opened 3 months ago
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.
startDate
"-"
endDate
{startDate}, {endDate}
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.