409719d10e
Refactored the setting system to make it thread-safe. Planned out the task system. Fixed the closed topic status header.
13 lines
367 B
HTML
13 lines
367 B
HTML
{{template "header.html" . }}
|
|
<main>
|
|
<div class="rowblock rowhead">
|
|
<div class="rowitem"><a>Are you sure?</a></div>
|
|
</div>
|
|
<div class="rowblock">
|
|
<div class="rowitem passive">{{.Something.Message}}<br /><br />
|
|
<a class="username" href="{{.Something.URL}}?session={{.CurrentUser.Session}}">Continue</a>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
{{template "footer.html" . }}
|