Measures Concepts
GitHub icon

mavo

mavo - Template language

< >

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

Source code:
git clone https://github.com/mavoweb/mavo
#533on PLDB 9Years Old

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>

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout