16 lines
323 B
HTML
16 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>
|