html
html copied to clipboard
No conditional output mechanism
It seems like there's no way to evaluate a logical expression inside a template and output HTML based on its results (e.g. if-else), other than through creating a separate function, or there's no example covering it.