Files
Praktika4/task33/views/layout.pug
kogleee 3dbd9654c2 final
2023-11-08 13:17:48 +03:00

13 lines
169 B
Plaintext

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