page.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{name}}</title>
<link rel="icon" type="image/png" href="/assets/images/favicon.png">
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
<style type="text/css">
body { font-family: monospace;}
footer { color:grey; font-size:0.8em; }
</style>
</head>
<body>
<main>
<h2>{{{name}}}</h2>
{{{content}}}
</main>
<footer>
<p>This page is generated by Cloudflare Workers.</p>
</footer>
</body>
</html>
raw edit