Files
lab4/expressapp/views/layout.pug
Volodya ada5fc2e11 update
2023-10-25 11:51:44 +03:00

12 lines
146 B
Plaintext

<!DOCTYPE html>
<html>
<head>
block title
<meta charset="utf-8" />
</head>
<body>
block content
include footer.pug
</body>
<html>