mavo
mavo is an actively used template language created in 2015.
5Years Old | 2,700Users | ?Jobs |
- the mavo website
- mavo on github
- mavo first appeared in 2015
- the mavo team is on twitter
- Have a question about mavo not answered here? Email me and let me know how I can help.
Example code from the web:
<main mv-app="todo" mv-storage="local" mv-mode="edit"> <header> <h1>My tasks</h1> <p>[count(done)] done out of [count(task)] total</p> </header> <ul> <li property="task" mv-multiple> <label> <input property="done" type="checkbox" /> <span property="taskTitle">Do stuff</span> </label> </li> <button mv-action="delete(task where done)"> Clear Completed </button> </ul> </main>
Last updated August 9th, 2020