all repos — nirvash @ main

modular CMS using the quartzgun library

templates/header_err.html (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{define "header"}}
<!DOCTYPE html>
<html lang='en'>
  <head>
    <meta charset='utf-8'>
    <meta name='description' content='Nirvash CMS'/>
    <meta name='viewport' content='width=device-width,initial-scale=1'>
    <link rel='stylesheet' type='text/css' href='/static/style.css'>
    <title>Nirvash &mdash; CMS</title>
  </head>
  <body>
  <header><h1>Nirvash CMS</h1></header>
  <nav>
    <ul>
      <li><a href="/">Go home</a></li>
    </ul>
  </nav>
{{end}}