nirvash/templates/header_err.html

18 lines
463 B
HTML
Raw Normal View History

{{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}}