feat: post pages placeholders + tinymce lib

This commit is contained in:
Florian Sylvain
2023-09-06 04:48:16 +02:00
parent ea942355ab
commit c2b64bf0fa
105 changed files with 10287 additions and 1 deletions
@@ -9,12 +9,19 @@
<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>