forked from goffee/core
14 lines
309 B
HTML
14 lines
309 B
HTML
|
<!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>
|