backend/views/users.pug
2023-12-14 11:15:56 +01:00

9 lines
115 B
Plaintext

doctype html
html
head
title= title
body
h1 Users
ul
each user in users
li= user.Name