1
0
Fork 0
forked from goffee/cup
cup/templates/sample.html

10 lines
203 B
HTML
Raw Normal View History

2024-09-27 03:31:45 -04:00
<!DOCTYPE html>
<html lang="en">
{{template "head" "Sample"}}
<body>
{{template "title" .TheTitle}}
<div class="section">
Sample page!
</div>
</body>
</html>