6 lines
130 B
Go
6 lines
130 B
Go
package blocks
|
|
|
|
func (b TemplateBlock) ParseListBlock(input string) (key string, value any, error error) {
|
|
return "", nil, nil
|
|
}
|