I need to author Jinja templates using Pinegrow, these look like this:
{% for item in navigation %}
<li><a href="{{ item.href }}">{{ item.caption }}</a></li>
{% endfor %}
Is there anyway, using the plugin API, or some other mechanism. To allow Pinegrow to understand service-side tags in that {% form not just the <% format?