48a993d067
The User Manager now uses dyntmpl. panel_groups.html now uses dyntmpl. HTMLID is now optional in panel.html Moved the inline JS in panel_forum_edit.html into panel_forum_edit.js Removed the legacy indents from panel_analytics_referrers.
9 lines
305 B
HTML
9 lines
305 B
HTML
{{template "header.html" . }}
|
|
<div class="colstack panel_stack">
|
|
{{template "panel_menu.html" . }}
|
|
<main{{if .HTMLID}} id="{{.HTMLID}}"{{end}} class="colstack_right {{.ClassNames}}">
|
|
{{template "panel_before_head.html" . }}
|
|
{{dyntmpl .TmplName .Inner .Header}}
|
|
</main>
|
|
</div>
|
|
{{template "footer.html" . }} |