1
0
Fork 0
forked from goffee/cup
cup/storage/templates/app.html
2024-09-30 09:17:24 -05:00

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>