...

Source file src/github.com/noirbizarre/gonja/ext/django/statements/all.go

Documentation: github.com/noirbizarre/gonja/ext/django/statements

     1  package statements
     2  
     3  import "github.com/noirbizarre/gonja/exec"
     4  
     5  // All holds all builtins statements for easier registeration
     6  var All = exec.StatementSet{}
     7  

View as plain text