forked from goffee/cup
10 lines
196 B
HTML
10 lines
196 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
{{template "page_head" "Goffee"}}
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
{{template "page_card" .PageCard}}
|
||
|
</div>
|
||
|
{{template "page_footer"}}
|
||
|
</body>
|
||
|
</html>
|