-
- [x] Swap from Twig templates to pongo2 ( https://pkg.go.dev/github.com/flosch/pongo2 )
- [x] HTTP tests ( https://gin-gonic.com/docs/testing/)
- [x] Fuzzing tests ( multi targetting with https://s…
-
### What version of Go are you using (`go version`)?
Playground, Go 1.13
### Does this issue reproduce with the latest release?
Yes
### What operating system and processor architecture are…
-
Hey there
I'm trying to use pongo2 for an email server with templating, and I'd like to be able to figure out what variables would be required to pass into the execution context in order to not lea…
-
```
$ cat glide.yaml
package: main
import:
- package: github.com/getsentry/raven-go
- package: github.com/mattn/go-colorable
- package: github.com/stretchr/testify
subpackages:
- /assert
- package…
-
I get this error when I build one of my .md files -
```
jedie build
2019/10/23 22:09:49 jedie/_posts/2018-01-12-lite.md: [Error (where: parser) in | Line 360 Col 32 near '.'] Expected either a …
-
It would be a good feature if we could access the context from a filter and use some global variables here, like the selected language, using of preview mode, etc.
For example, consider the followi…
-
The following example works:
```
{% block content %}
{% macro html_test(name) %}
Hello {{ name }}.
{% endmacro %}
{{ html_test("Max") }}
{% endblock %}
```
The following does not…
-
Hello,
is it any option to change default delimiters "{{" and "}}" ?
It conflict with the src file.
For example :
[template]
src = "prometheus.conf.tmpl"
dest = "/etc/prometheus/…
-
HCL variables already allow for many things which currently are simply ugly in nomad-pack.
See https://github.com/hashicorp/nomad-pack/issues/72#issuecomment-949042509 vs
https://github.com/hashico…
-
To accomplish things like:
- Minimizing and compaction of multiple CSS or javascript files on the fly
- Minimzing (for example remove unnecessary whitespaces/newlines)/rewriting the HTML template
- ..…