2022-01-14 19:32:43 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
2022-01-16 15:58:46 -05:00
|
|
|
<link rel="stylesheet" href="${root}highlight.css"/>
|
2022-01-15 14:55:28 -05:00
|
|
|
<link rel="stylesheet" href="${root}stylesheet.css"/>
|
2022-01-16 15:58:46 -05:00
|
|
|
<script>
|
|
|
|
window.MathJax = {
|
2022-01-16 16:16:19 -05:00
|
|
|
options: {
|
|
|
|
enableMenu: false,
|
2022-01-16 16:38:52 -05:00
|
|
|
enableEnrichment: false
|
2022-01-16 16:16:19 -05:00
|
|
|
}
|
2022-01-16 15:58:46 -05:00
|
|
|
};
|
|
|
|
</script>
|
|
|
|
<script src="${root}mathjax/es5/tex-mml-chtml.js"></script>
|
2022-01-14 19:32:43 -05:00
|
|
|
<title>${title}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1 id="cabinet">Cabinet file manager</h1>
|
2022-01-14 19:49:11 -05:00
|
|
|
<div>
|
2022-01-15 14:55:28 -05:00
|
|
|
<a class="button" id="back" href="${root}index.html">← Back</a>
|
2022-01-14 19:32:43 -05:00
|
|
|
<span id="path">${path}</span>
|
2022-01-14 19:49:11 -05:00
|
|
|
<a class="button" id="pdf" href="${pdf}">↓ PDF</a>
|
|
|
|
</div>
|
2022-01-14 19:32:43 -05:00
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
${content}
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html>
|