mozhi/views/header.html

14 lines
363 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
{{ if .title }}
<title>{{ .title }} - Mozhi</title>
{{ else }}
<title>Mozhi</title>
{{ end }}
<link rel="stylesheet" href="/css/global.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>