backend/views/users.pug

9 lines
115 B
Plaintext
Raw Permalink Normal View History

2023-12-14 11:15:56 +01:00
doctype html
html
head
title= title
body
h1 Users
ul
each user in users
li= user.Name