cup/storage/templates/custom_theme_contentpage.html

16 lines
323 B
HTML
Raw Normal View History

2024-10-10 09:59:53 -04:00
<!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>