uwu tooling ftw (MUAHAHAHAHAHA ONE MUST CONFRONT THE BUN-- TYPE-SCRIPT (get it)

This commit is contained in:
kree 2026-07-24 09:45:26 -04:00
parent 964ef740b0
commit dba763ea75
22 changed files with 555 additions and 124 deletions

7
public/pages/movie.html Normal file
View file

@ -0,0 +1,7 @@
{{ define "movie" }}
<html>
{{ template "header" . }}
<div class="p-16 h-full">{{ template "card" . }}</div>
{{ template "footer" . }}
</html>
{{ end }}