ln.templates/ln.templates.test/tests/test_base.html

10 lines
238 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Basic Test Template</title>
</head>
<body>
<h1>Let's check for iterations...</h1>
<p v-for:i="[0,1,2,3,4,5,6,7,8,9]">This is paragraph #{{i}}</p>
</body>
</html>