Christian Vallentin

Results 100 comments of Christian Vallentin

This was added in #154. I will add a fix, that checks what kind of expression it is, to avoid that issue

Closures are not (yet?) supported by Askama Related: #611

Here's a few from my TODO.md: - [x] `{{ None }}` produces `self.None` (Fixed in #453) - [x] `{{ Some("foo") }}` produces `(self.Some)("foo")` (Fixed in #453) - [x] `{% let...

One of them was already fixed, but I've fixed the 3 other bugs. I also discovered an additional bug (I've edited the previous comment).

If it can wait until Thursday / the weekend, then yes :)

Was #494 the "last" important bug, before the new release? Just glancing through this issue and #427, then it seems the remaining stuff is new features. When you start writing...

Maybe the "General changes" should be split up, so e.g. bug fixes are moved to the bottom of the description, e.g. #394 most probably haven't encountered this. Then "General changes"...

The child template overrides: ```jinja {% block title %}{{ title }} - My Site{% endblock %} ``` With: ```jinja {% block title %}Homepage{% endblock %} ``` As your new `title`...

Currently, it's not possible to configure that. Though, personally I would like that feature as well

I'll hack at it later or during the weekend. Since I need this feature anyways, and always end up piping my static pages through html-minifier. But yes, we should definitely...