Concept Flow - Template filters (date, length, default)
Start with variable
Apply filter: date
Apply filter: length
Apply filter: default
Render final output
The template engine takes a variable, applies filters one by one (date, length, default), and then shows the final result.