1
0
Fork 0
forked from goffee/cup
cup/storage/templates/basic.html
2024-09-28 12:30:49 -05:00

10 lines
No EOL
208 B
HTML

<!DOCTYPE html>
<html lang="en">
{{template "head" "Goffee"}}
<body>
{{template "title" .TheTitle}}
<div class="section">
Welcome to Goffee
</div>
</body>
</html>