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.
|
{{ define "main" }}
|
|
|
|
|
|
<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">
|
|
{{ partial "block.html" . }}
|
|
</section>
|
|
|
|
{{ end }}
|