forked from goffee/cup
13 lines
No EOL
203 B
HTML
13 lines
No EOL
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> |