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

28 lines
586 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>GohCMS | Posts</title>
<link rel="stylesheet" href="/static/bootstrap.min.css" type="text/css">
<script src="/static/bootstrap.min.js"
type="application/javascript"
defer></script>
</head>
<body class="text-dark">
{{.Navbar}}
<div class="container mt-3 text-black-50">
<h1>Posts</h1>
<table class="table table-striped">
<caption>List of posts</caption>
<thead>
</thead>
<tbody>
</tbody>
</table>
</div>
</body>
</html>