-
Open file: pongo2/template_tests/if.tpl and add two conditions after this line:
**_{% if "Text" in complex.post %}text field in complex.post{% endif %}_**
**Hello string {% if not "Hello" in compl…
-
I am trying to use pongo2 on this jinja2 template
```
{%- for table in ['foo', 'bar'] %}
DROP TABLE IF EXISTS {{table}};
{% endfor %}
```
but it fails pointing at `[` character
```Expected …
-
(stub)
i18n/i10n
- Tags
- Filters
Open questions:
- How to design/implement?
- Any existing solutions in Go for i18n/i10n?
##
Want to back this issue? **[Post a bounty on it!](https://www.bountysou…
-
say this is my `template` file:
```
Our admins and users
{# This is a short example to give you a quick overview of pongo2's syntax. #}
{% macro user_details(user, is_admin=fal…
-
## Description
CSVs can't be moved inside enclaves unless explicitly mentioned inside the enclave.json. Check `files` field in `service/temp_enclave.json`. I want that to be automated and to be pick…
-
It might be nice if your exec uses variables:
```
exec: sudo service restart {{.Service}}
```
and then you would be able to enter `godo restart --service nginx` or just `godo restart nginx`
Not sur…
odino updated
9 years ago
-
#### Что мы хотим нестандартного
1. Карту региона на основе wwmap.ru (реки, пороги, сплавные участки + инфраструктура: стоянки, кафе, магазины)
2. Список отчётов по реке (есть в api wwmap.ru)
3. …
-
Hello.
I.m try convert my confd config to remco.
try to use filter and function together from here
https://github.com/HeavyHorst/remco/tree/26a321844506ca53d2840f22e41ed6ea89043cba/docs/content/t…
-
This is a bug or I used improperly?
-
### 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…