19 lines
371 B
Plaintext
19 lines
371 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
body
|
|
h1 Welcome to our Web App!
|
|
p This is a simple example using Express and Pug.
|
|
a(href='/users') View Users
|
|
|
|
div
|
|
div
|
|
p Transactions
|
|
p=transactionCount
|
|
div
|
|
p Categorys
|
|
p=categoryCount
|
|
div
|
|
p Users
|
|
p=userCount |