some updates
This commit is contained in:
5
parser/blocks/block_list.go
Normal file
5
parser/blocks/block_list.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package blocks
|
||||
|
||||
func (b TemplateBlock) ParseListBlock(input string) (key string, value any, error error) {
|
||||
return "", nil, nil
|
||||
}
|
Reference in New Issue
Block a user