some updates

This commit is contained in:
Max Richter
2025-08-17 01:21:15 +02:00
parent cc8f967f07
commit 40b9be887d
7 changed files with 74 additions and 60 deletions

View File

@@ -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
}