dev
This commit is contained in:
25
res/templates/components/header.html
Normal file
25
res/templates/components/header.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr" data-bs-theme="light" data-color-theme="Blue_Theme" data-layout="vertical">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<!-- Favicon icon-->
|
||||
<link rel="shortcut icon" type="image/png" href="/assets/images/logos/favicon.png" />
|
||||
|
||||
<!-- Core Css -->
|
||||
<link rel="stylesheet" href="/assets/css/styles.css" />
|
||||
|
||||
<title>{{if .Title}}{{.Title}}{{else}}Modernize Bootstrap Admin{{end}}</title>
|
||||
|
||||
{{if .ExtraCSS}}
|
||||
{{range .ExtraCSS}}
|
||||
<link rel="stylesheet" href="{{.}}" />
|
||||
{{end}}
|
||||
{{end}}
|
||||
</head>
|
||||
|
||||
<body class="{{if .BodyClass}}{{.BodyClass}}{{end}}">
|
||||
Reference in New Issue
Block a user