Skip to content

Version 1.9.4

Compare
Choose a tag to compare
@jg-rp jg-rp released this 13 Aug 11:19
· 66 commits to main since this release

Fixes

  • Fixed async loading of templates with the {% extends %} tag. Previously templates were being loaded synchronously, even when using render_async(). See #124.
  • Fixed handling of recursive {% extends %} tags during async static analysis. See #125.