mint
mint copied to clipboard
Template variables
Possibility to set variable in template. This is for simplification of view logic.
#set title = doc.title[:50] if len(doc.title) > 50 else doc.title