Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 332 Bytes

readme.rst

File metadata and controls

18 lines (13 loc) · 332 Bytes

misai

Simple template engine inspired by mustache and jinja.

example

{{ #if logged_in }}
    {{ #for user : users }}
        {{ user.name }}
    {{ #end }}
{{ #end }}