mirror of
https://github.com/lise-henry/crowbook
synced 2024-11-18 04:23:51 +01:00
17 lines
359 B
HTML
17 lines
359 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{lang}}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="generator" content="crowbook">
|
|
<meta name="author" content="{{author}}">
|
|
<title>{{title}}</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1 class="title">{{title}}</h1>
|
|
<h2 class="author">{{author}}</h2>
|
|
</header>
|
|
{{{content}}}
|
|
</body>
|
|
</html>
|