reel-of-js-fortune/public/pages/movie.html

7 lines
165 B
HTML

{{ define "movie" }}
<html>
{{ template "header" . }}
<div class="p-16 h-full">{{ template "card" . }}</div>
{{ template "footer" . }}
</html>
{{ end }}