Files
lab5/views/layout.pug
Volodya f34f0eecf7 init
2023-10-25 12:19:00 +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>