blob: 57e749e1f04c75099f10219c4f7d887592c679f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{{define "header"}}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>emile.space</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style>
.nav {
margin: 10px;
}
</style>
{{end}}
|