Added page layout errors
This commit is contained in:
parent
4b21b0ac07
commit
65c0984348
6 changed files with 119 additions and 24 deletions
|
|
@ -20,6 +20,10 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="page-error" class="{{ if ne .ERROR "" }}show{{ end }}">
|
||||
<div class="close" onclick="console.log(this.parentElement.classList.remove('show'))">✖</div>
|
||||
{{ .ERROR }}
|
||||
</div>
|
||||
<div id="layout">
|
||||
{{ block "menu" . }}{{ end }}
|
||||
<div id="page">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue