1
0
mirror of https://github.com/avinal/box-box.git synced 2026-07-04 03:00:09 +05:30
Files

10 lines
208 B
HTML
Raw Permalink Normal View History

2025-01-01 14:40:16 +05:30
{{ define "main" }}
2025-02-03 15:02:41 +05:30
<div class="relative overflow-auto ring-1 ring-white my-4">
<div
2025-02-03 15:02:41 +05:30
class="prose prose-invert lg:prose-lg md:mx-auto p-4"
>
2025-01-01 14:40:16 +05:30
{{ .Content }}
</div>
</div>
{{ end }}