Discover books, shows, and movies at your level. Track your progress by filling your Shelf with what you find, and share with other language learners. *No dusting required. shlf.space
at master 9 lines 211 B view raw
1package notfound 2 3import "shlf.space/internal/layouts/base" 4 5templ NotFoundPage(params NotFoundParams) { 6 @layouts.Base(layouts.BaseParams{Title: "not found"}) { 7 <div class="container">not found...</div> 8 } 9}