mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 18:36:26 -04:00
6 lines
117 B
HTML
6 lines
117 B
HTML
![]() |
{{ define "main" }}
|
||
|
<div class="mx-auto flex max-w-[90rem]">
|
||
|
{{ partial "sidebar.html" . }}
|
||
|
</div>
|
||
|
{{ end }}
|