mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 20:42:10 +01:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<%- include('partials/head'); %>
|
|
</head>
|
|
<body>
|
|
<h1>isAdmin: <%= isAdmin %></h1>
|
|
</body>
|
|
</html> |