feat: refactor some shit
This commit is contained in:
10
parser/blocks/list_block.go
Normal file
10
parser/blocks/list_block.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package blocks
|
||||
|
||||
import "fmt"
|
||||
|
||||
func (b TemplateBlock) ParseListBlock(input string) (key string, value any, error error) {
|
||||
|
||||
fmt.Printf("Parsing List: '%q'", input)
|
||||
|
||||
return "", nil, nil
|
||||
}
|
Reference in New Issue
Block a user