1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 09:01:24 +02:00
crowbook/templates/template.html

17 lines
359 B
HTML
Raw Normal View History

2016-02-18 22:05:54 +01:00
<!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>