some updates
This commit is contained in:
@@ -70,10 +70,5 @@ func ExtractBlocks(template string) ([]blocks.TemplateBlock, error) {
|
||||
curlyIndex = nextCurlyIndex
|
||||
}
|
||||
|
||||
// var lastBlock = out[len(out)-1]
|
||||
// if lastBlock.End == 0 {
|
||||
// out = out[:len(out)-1]
|
||||
// }
|
||||
|
||||
return out, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user