2017-01-26 17:18:12 -07:00

11 lines
272 B
Plaintext

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