wrap up userabout in srvmsg so it gets replaced
This commit is contained in:
parent
569c7018c4
commit
3d73326072
|
@ -1,11 +1,13 @@
|
|||
{{ template "header.html" . }}
|
||||
<main>
|
||||
<div class="info" id="infobox">
|
||||
<div id="srvmsg">
|
||||
{{ if .Name }}
|
||||
<p>{{ .Name }} <span style="margin-left:1em;"><a href="/u/{{ .Name }}/rss">rss</a></span>
|
||||
<p>{{ .WhatAbout }}
|
||||
{{ end }}
|
||||
<div id="srvmsg"><p>{{ .ServerMessage }}</div>
|
||||
<p>{{ .ServerMessage }}
|
||||
</div>
|
||||
{{ if .HonkCSRF }}
|
||||
{{ template "honkform.html" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue