2016-12-21 20:32:45 -07:00

11 lines
266 B
Plaintext

<!DOCTYPE html>
html lang="en"
head
title -- Marko Templating Engine
body
h1 -- Hello ${data.name}!
ul if(data.colors.length)
li for(color in data.colors)
${color}
div else
-- No colors!