You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
{{- partial "printhead.html" . -}}
|
|
|
|
|
<body>
|
|
|
|
|
<style>
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Nunito';
|
|
|
|
|
src: url('../../Nunito.woff2') format('woff2');
|
|
|
|
|
}
|
|
|
|
|
body {
|
|
|
|
|
font-family: 'Nunito';
|
|
|
|
|
}
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 1.7em;
|
|
|
|
|
}
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div class="section">
|
|
|
|
|
<div class="columns is-centered">
|
|
|
|
|
<div>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="columns">
|
|
|
|
|
<div class="column">
|
|
|
|
|
<h1> {{ .Title }} </h1>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr style="margin-top: .5em; margin-bottom: 1em;">
|
|
|
|
|
<div class="container has-text-centered">
|
|
|
|
|
{{ partial "printstatstable.html" . }}
|
|
|
|
|
</div>
|
|
|
|
|
<hr style="margin-top: 1em; margin-bottom: .5em;">
|
|
|
|
|
<div class="content">
|
|
|
|
|
{{ .Content }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
{{ partial "printscript.html" }}
|
|
|
|
|
</html>
|