• Jim Fulton's avatar
    Major redesign of block rendering. The code inside a block tag is · 62f52e45
    Jim Fulton authored
    compiled as a template but only the templates blocks are saved, and
    later rendered directly with render_blocks.
    
    Added with tag.
    
    Also, for the HTML syntax, we now allow spaces after # and after end
    or '/'.  So, the tags::
    
      <!--#
        with spam
        -->
    
    and::
    
      <!--#
        end with
        -->
    
    are valid.
    62f52e45
DT_Var.py 13.4 KB