13 lines
203 B
HTML
13 lines
203 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
{{template "head" "Goffee"}}
|
||
|
<body>
|
||
|
<main>
|
||
|
|
||
|
{{template "title" .TheTitle}}
|
||
|
|
||
|
|
||
|
</main>
|
||
|
<script src="/public/app.js"></script>
|
||
|
</body>
|
||
|
</html>
|