Merge branch 'master' of https://git.xpub.nl/XPUB/special-issue-11-wiki2html
commit
dcf3228373
@ -0,0 +1,14 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css" />
|
||||||
|
<script type="text/javascript" src="{{ staticpath }}/static/archive.js"></script>
|
||||||
|
<link rel="stylesheet" href="{{ staticpath }}/static/orgs.css" />
|
||||||
|
<script type="text/javascript" src="{{ staticpath }}/static/orgs.js"></script>
|
||||||
|
<title>{{ page.name }}</title>
|
||||||
|
</head>
|
||||||
|
<h1>{{ page.name }}</h1>
|
||||||
|
<div id="body">{{ body|safe }}</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue