Tera Guide

    Get everything in context πŸ”—

    {{ __tera_context }}
    

    Example for loop πŸ”—

    Source: https://keats.github.io/tera/docs/#functions

    {% for i in range(end=5) -%}
    {% endfor %}
    

    As String πŸ”—

    Source: https://keats.github.io/tera/docs/#as-str

    {{ value | as_str }}