You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: