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

10 lines
196 B
HTML
Raw Normal View History

2024-10-07 19:12:28 -04:00
<!DOCTYPE html>
<html lang="en">
{{template "page_head" "Goffee"}}
<body>
<div class="container">
{{template "page_card" .PageCard}}
</div>
{{template "page_footer"}}
</body>
</html>