template-cli 0.4.4

CLI for templating based on JSON, YAML or HCL configuration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{# comment #}
{% variable %}
{% if test %}{# comment #}
test
{% else %}
false
{% end %}
{# {% for INVALID %} #}
{% for item in loop %}
{# comment #}
{% item %}
{#
{% end %}
#}
{% else %}
else
{% end %}