add css to base.html
This commit is contained in:
parent
102d01e3b6
commit
ce9e0e71d2
2 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>void</title>
|
||||
<link rel="stylesheet" href="assets/css/base.css">
|
||||
</head>
|
||||
<body>
|
||||
{{block "body" $}}{{end}}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
{{define "body"}}
|
||||
<h1> test </h1>
|
||||
<p> hi, hello </p>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in a new issue