mint icon indicating copy to clipboard operation
mint copied to clipboard

Template variables

Open riffm opened this issue 15 years ago • 0 comments

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

riffm avatar Jan 25 '11 16:01 riffm