This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
2018-04-24 23:42:32 +00:00
|
|
|
{{ define "main" }}
|
2016-07-03 22:07:47 +00:00
|
|
|
|
2016-07-21 17:33:50 +00:00
|
|
|
|
2020-03-28 14:07:15 +00:00
|
|
|
<section id="js-block-parent" class="container max-w-full w-full h-screen bg-gray-100 flex flex-wrap items-center justify-center content-around justify-around">
|
2020-03-28 09:36:39 +00:00
|
|
|
{{ partial "block.html" . }}
|
|
|
|
</section>
|
2018-12-03 21:44:11 +00:00
|
|
|
|
|
|
|
{{ end }}
|