409719d10e
Refactored the setting system to make it thread-safe. Planned out the task system. Fixed the closed topic status header.
9 lines
191 B
HTML
9 lines
191 B
HTML
{{template "header.html" . }}
|
|
<main>
|
|
<div class="rowblock">
|
|
<div class="rowitem">{{.Title}}</div>
|
|
</div>
|
|
<div class="rowblock">{{.Something}}</div>
|
|
</main>
|
|
{{template "footer.html" . }}
|