Files
RenewCMS/adapters/secondary/gateways/web/templates/posts.html
T

22 lines
325 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>GoCMS | Posts</title>
{{.Head}}
</head>
<body class="text-dark">
{{.Navbar}}
<div class="container mt-3 text-black-50">
<h1>Posts</h1>
<p>List of your posts</p>
<table class="table table-striped">
<thead>
</thead>
<tbody>
</tbody>
</table>
</div>
</body>
</html>