Add dashboard
This commit is contained in:
20
templates/dashboard.html
Normal file
20
templates/dashboard.html
Normal file
@@ -0,0 +1,20 @@
|
||||
{{define "dashboard"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Registration</title>
|
||||
|
||||
{{template "head"}}
|
||||
</head>
|
||||
<body>
|
||||
<div class="container" id="head">
|
||||
Budgeteer - {{.GetName}}
|
||||
</div>
|
||||
<div class="container col-lg-12" id="content">
|
||||
<ul>Budgets
|
||||
<li>Test</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{{end}}
|
Reference in New Issue
Block a user