13 lines
199 B
Plaintext
13 lines
199 B
Plaintext
<!-- views/przyklad.ejs -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title><%= title %></title>
|
|
</head>
|
|
<body>
|
|
<h1><%= title %></h1>
|
|
<p>Liczba: <%= liczba %></p>
|
|
</body>
|
|
</html>
|