All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
15 lines
604 B
Text
15 lines
604 B
Text
<html lang="en">
|
|
<head>
|
|
<link rel="stylesheet" href="/global.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ title }}</title>
|
|
</head>
|
|
<body class="scheme-dark bg-gray-900 px-[25%] pt-10">
|
|
<h3 id="title" class="text-3xl font-bold leading-none text-gray-200 font-[typewriter]">iwakura blog</h3>
|
|
<a class="link pl-10 text-gray-600 text-xs" href="https://iwakura.rip">by the iwakura computer club</a>
|
|
<hr class="m-3">
|
|
<div class="">
|
|
{{ content | safe }}
|
|
</div>
|
|
</body>
|
|
</html>
|