13 lines
169 B
Plaintext
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>
|