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