refactor: migrate from templ to html/template
This commit is contained in:
7
templates/not_found.gohtml
Normal file
7
templates/not_found.gohtml
Normal file
@@ -0,0 +1,7 @@
|
||||
{{define "title"}}Not Found{{end}}
|
||||
{{define "content"}}
|
||||
<div class="text-center py-20">
|
||||
<h2 class="text-4xl font-bold mb-4">404</h2>
|
||||
<p class="text-xl text-gray-400">Page not found</p>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user