Releases: lhotakj/Mamlambo
Releases · lhotakj/Mamlambo
Version 0.12
- Supporting dynamic page with no
<%page %>
or empty<%page %>
without elements. In such case expects proper tag<?python
and?>
at the end. If decorated properly, the page gets processed. Note this is with support ofprint()
! - Minor bugs fixed
Version 0.11
bugs fixed:
Request().get
filled with dict- demo on how to read request is in
/demo/request
TODO: POST!
Version 0.10
passing Request to Dynamic?