Skip to content
Snippets Groups Projects
Commit 1875d396 authored by alvaro's avatar alvaro
Browse files

Adding .type and .lang to literal results

For example

```
{% for i in models.main%}
Language tag of "{{i.variable.value}}" is "{{i.variable.lang}}"
Datatype of "{{i.variable.value" is "{{i.variable.type}}"
{%endfor%}
```

This solves #105
parent e88459ca
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment