Changes between Initial Version and Version 1 of Ticket #20434, comment 3
- Timestamp:
- May 18, 2013, 5:35:17 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20434, comment 3
initial v1 20 20 21 21 {{{ 22 @register.block_tag( start_tag='if', end_tag='endif', middle_tags="elif* else?")22 @register.block_tag(tags='if elif* else? endif') 23 23 def do_if(blocks): 24 24 for name, params, nodelist in blocks: