updated base
This commit is contained in:
parent
8e04eeaf55
commit
202d43ef58
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html lang="en" class="h-100">
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
|
||||
|
@ -41,7 +41,7 @@
|
|||
{{ template "left" .}}
|
||||
</div>
|
||||
|
||||
<div class="col-8">
|
||||
<div class="col-16">
|
||||
{{ template "content" .}}
|
||||
</div>
|
||||
|
||||
|
@ -60,6 +60,7 @@
|
|||
</footer>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
|
||||
<script src="/static/script.js"></script>
|
||||
{{ template "scripts" .}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -67,4 +68,5 @@
|
|||
{{define "head" }}{{ end }}
|
||||
{{define "navbar" }}{{ end }}
|
||||
{{define "left" }}{{ end }}
|
||||
{{define "right" }}{{ end }}
|
||||
{{define "right" }}{{ end }}
|
||||
{{define "scripts" }}{{ end }}
|
Loading…
Add table
Reference in a new issue