9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
body
|
|
h1 Users
|
|
ul
|
|
each user in users
|
|
li= user.Name |