Initial implementation
This commit is contained in:
14
web/templates/pages/index.html
Normal file
14
web/templates/pages/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{{define "index.html"}}
|
||||
{{template "base" .}}
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="timeline-container">
|
||||
<aside class="calendar-panel" id="calendar-panel">
|
||||
{{template "calendar.html" .Calendar}}
|
||||
</aside>
|
||||
<section class="timeline-panel" id="timeline-panel">
|
||||
{{template "timeline.html" .Timeline}}
|
||||
</section>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user