1
0
Fork 0
forked from goffee/cup
cup/templates/sample.html
2024-09-27 02:31:45 -05:00

10 lines
No EOL
203 B
HTML

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