1
0
Fork 0
forked from goffee/cup
cup/storage/templates/app.html

13 lines
203 B
HTML
Raw Normal View History

2024-09-30 10:17:24 -04:00
<!DOCTYPE html>
<html lang="en">
{{template "head" "Goffee"}}
<body>
<main>
{{template "title" .TheTitle}}
</main>
<script src="/public/app.js"></script>
</body>
</html>