fix(webui): blank page regression; execute named templates (dashboard.tmpl, summarizer.tmpl) in render()
This commit is contained in:
parent
b993482b85
commit
3ed38031be
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
{{ template .Content . }}
|
||||
{{ block "content" . }}{{ end }}
|
||||
<footer><small>{{ .Version }} ({{ .Commit }})</small></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue