cup/storage/templates/custom_theme_contentpage.html
2024-10-10 08:59:53 -05:00

15 lines
323 B
HTML

<!DOCTYPE html>
<html lang="en">
{{template "page_head" "Goffee"}}
<body>
<div class="container">
<fieldset>
<legend>Content demos</legend>
<div class="row">
{{template "content_table" .ContentTable}}
</div>
</fieldset>
</div>
{{template "page_footer"}}
</body>
</html>