We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a6de4 commit 8474749Copy full SHA for 8474749
doc.go
@@ -1,4 +1,4 @@
1
-// A Django-syntax like template-engine
+// Package pongo2 is a Django-syntax like template-engine
2
//
3
// Blog posts about pongo2 (including introduction and migration):
4
// https://www.florian-schlachter.de/?tag=pongo2
pongo2.go
@@ -1,7 +1,7 @@
package pongo2
// Version string
-const Version = "4.0.0"
+const Version = "4.0.1"
5
6
// Must panics, if a Template couldn't successfully parsed. This is how you
7
// would use it:
template_tests/pongo2ctx.tpl.out
@@ -1 +1 @@
-4.0.0
+4.0.1
0 commit comments