kostache/templates/striping.mustache
2010-05-18 09:26:24 -05:00

18 lines
373 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{{title}}</title>
</head>
<body>
<h1>{{title}}</h1>
<p>Here are all my {{things}}:</p>
{{#tests?}}
<ul>
{{#tests}}
<li class="{{class}}"><strong>{{object.id}} (class {{class}}):</strong> ({{object.name}}:{{object.value}})</li>
{{/tests}}
</ul>
{{/tests?}}
</body>
</html>