Changes between Initial Version and Version 1 of Ticket #20434, comment 3


Ignore:
Timestamp:
May 18, 2013, 5:35:17 PM (11 years ago)
Author:
jonathanslenders

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20434, comment 3

    initial v1  
    2020
    2121{{{
    22 @register.block_tag(start_tag='if', end_tag='endif', middle_tags="elif* else?")
     22@register.block_tag(tags='if elif* else? endif')
    2323def do_if(blocks):
    2424    for name, params, nodelist in blocks:
Back to Top