Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

mavo

mavo - Template language

< >

mavo is a template language created in 2015 by Lea Verou.

#587on PLDB 8Years Old 3.2kUsers
0Books 0Papers

Create web applications entirely by writing HTML and CSS!


Example 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>
lotusscript.html 路 mavo.html 路 up-arrow-notation.html

View source

- Build the next great programming language Search v2023 Day 208 Docs Acknowledgements Traffic Traffic Today Mirrors GitHub feedback@pldb.com