Tim Perevezentsev

Results 14 issues of Tim Perevezentsev

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 ```

proposal

I suggest to implement support of this kind of mint templates: ``` @ul.class(images) #for (var i=0; i

proposal

It is not obviously how we need to interprete sush short syntax ``` @li @a.href({{ url }}) {{ text }} @p {{ other_text }} ``` So just throw TemplateError on...

proposal