Files
Lab4/34/views/layout.pug
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +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>