HOD2018_website/themes/HOD2k18/layouts/index.html

13 lines
277 B
HTML
Raw Normal View History

2018-10-06 19:30:00 +02:00
{{ partial "header.html" . }}
<main>
<div id="scrollable-column">
<div id="left-column">
{{ partial "furby-hack-color.html" . }}
2018-10-06 19:30:00 +02:00
</div>
<div id="right-column">
{{ partial "talk-calendar.html" . }}
</div>
</div>
</main>
{{ partial "footer.html" . }}