Files
LAB4/34/views/layout.pug
2023-10-25 09:30:29 +03:00

11 lines
145 B
Plaintext

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