natalie-webbed-site/html/blog/posts/test-post.html

19 lines
483 B
HTML
Raw Normal View History

<html>
<head>
<title>aoeu</title>
<style>
$[cat style.css]
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
$[python3 -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/']
<main>
<section>
<h1>Wowee! a blogpost</h1>
aoeu
</section>
</main>
</body>
</html>