view doc/html/template.html @ 833:9516b33a8af5

doc: update to marker %{}
author David Demelier <markand@malikania.fr>
date Mon, 11 Mar 2019 13:00:22 +0100
parents ebe561276c33
children
line wrap: on
line source

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<title>%{title}</title>
		<link rel="stylesheet" href="%{baseurl}bulma.min.css">
		<link rel="stylesheet" href="%{baseurl}github-gist.css">
		<script src="%{baseurl}/highlight.min.js"></script>
	</head>

	<body>
		<section class="section">
			<div class="container">
				<h1 class="title is-1">
					%{title}
				</h1>
				%{body}
			</div>
		</section>
	</body>

	<script>hljs.initHighlightingOnLoad();</script>
	<style>
	pre {
		background-color: transparent;
	}
	</style>
</html>