You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
special-issue-11-wiki2html/templates/title.html

18 lines
471 B
HTML

4 years ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
4 years ago
<link rel="stylesheet" href="0/static/archive.css" />
<script type="text/javascript" src="0/static/archive.js"></script>
<link rel="stylesheet" href="0/static/title.css" />
<script type="text/javascript" src="0/static/title.js"></script>
<title>{{ page.name }}</title>
4 years ago
</head>
4 years ago
<body class="title">
4 years ago
4 years ago
<h1>{{ page.name }}</h1>
<div id="body">{{ body|safe }}</div>
4 years ago
</body>
</html>