core/template/components/page_page.html

14 lines
309 B
HTML
Raw Permalink Normal View History

2024-10-07 19:10:04 -04:00
<!DOCTYPE html>
<html lang="en">
{{template "page_head" "Goffee"}}
<body>
<div class="container">
{{block "page_content" .}}
<main>
<h1>Use this file as base inside cup application</h1>
</main>
{{end}}
{{template "page_footer"}}
</div>
</body>
</html>