mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 16:42:15 +01:00
10 lines
134 B
HTML
10 lines
134 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Page 1</title>
|
|
</head>
|
|
<body>
|
|
{{ toHTML "page_1.md" }}
|
|
</body>
|
|
</html>
|