Skip to content
Snippets Groups Projects
  • alvaro's avatar
    1875d396
    Adding .type and .lang to literal results · 1875d396
    alvaro authored
    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
    1875d396
    History
    Adding .type and .lang to literal results
    alvaro authored
    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