hyakko-0.6.0: resources/parallel/hyakko.html
<!DOCTYPE html>
<html>
<head>
<title>$title$</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
$for(css)$
<link rel="stylesheet" media="all" href="$css$" />
$endfor$
</head>
<body>
<div id="container">
<div id="background"></div>
$if(multi)$
<ul id="jump_to">
<li>
<a class="large" href="javascript:void(0);">Jump To …</a>
<a class="small" href="javascript:void(0);">+</a>
<div id="jump_wrapper">
<div id="jump_page">
$for(source)$
$source$
$endfor$
</div>
</li>
</ul>
$endif$
<ul class="sections">
$if(title)$
<li id="title">
<div class="annotation">
<h1>$title$</h1>
</div>
</li>
$endif$
$for(section)$
$section$
$endfor$
</ul>
</div>
</body>
</html>