Fixed the templating system
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
{{ template "layout" . }}
|
||||
{{ template "layout_header" . }}
|
||||
|
||||
{{ define "title" }}Dashboard{{ end }}
|
||||
|
||||
{{ define "content" }}
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
<p>This is a test.</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
<p>This is a test.</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
{{ template "layout_footer" . }}
|
||||
|
Reference in New Issue
Block a user