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

10 lines
208 B
HTML
Raw Normal View History

2024-09-27 03:31:45 -04:00
<!DOCTYPE html>
<html lang="en">
2024-09-28 13:30:49 -04:00
{{template "head" "Goffee"}}
2024-09-27 03:31:45 -04:00
<body>
{{template "title" .TheTitle}}
<div class="section">
2024-09-28 13:30:49 -04:00
Welcome to Goffee
2024-09-27 03:31:45 -04:00
</div>
</body>
</html>