blood.pet/layouts/default.html
noe 9641eb8dd9
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful
add blog 001
2025-05-14 21:17:15 -07:00

10 lines
196 B
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<title>%%TITLE%%:41666</title>
<link rel="stylesheet" href="/static/main.css" />
%%HEAD%%
</head>
<body>
<main>%%CONTENT%%</main>
</body>