Files
marka/parser/blocks/block_list.go
2025-08-17 01:21:15 +02:00

6 lines
130 B
Go

package blocks
func (b TemplateBlock) ParseListBlock(input string) (key string, value any, error error) {
return "", nil, nil
}