Updated section short-circuit logic to actually run when only inverted sections exist.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{{^t}}
|
||||
* first
|
||||
{{/t}}
|
||||
* {{two}}
|
||||
{{^t}}
|
||||
* third
|
||||
{{/t}}
|
||||
Reference in New Issue
Block a user