feat: 🎉 nace gorender
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{{ define "base" }}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>gorender example</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Base</h1>
|
||||
|
||||
<div>
|
||||
{{ block "content" . }}{{ end }}
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user