all repos — nirvash @ 358d4fb2af62189b913432997462a71b61090eb4

modular CMS using the quartzgun library

templates/header.html (raw)

1
2
3
4
5
6
7
8
9
10
11
{{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'>
    <title>Nirvash &mdash; CMS</title>
  </head>
  <body>
{{end}}