mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 15:53:03 +03:00
15 lines
425 B
HTML
15 lines
425 B
HTML
{{ define "main" }}
|
|
<div class="root">
|
|
<h1 id="title-small-screen">{{ .Title }}</h1>
|
|
<div class="container content">
|
|
<h1 id="title-large-screen">{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</div>
|
|
<div class="table-of-contents">
|
|
<div class="table-of-contents-text">
|
|
<b><a href="#">Table of Contents</a></b>
|
|
{{ .TableOfContents }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{ end }}
|