feat: Implement blog post management including database schema, models, handlers, and UI.

This commit is contained in:
2026-03-03 16:34:38 +00:00
parent aee36fa70d
commit ef068f7dfa
7 changed files with 415 additions and 0 deletions

View File

@@ -9,6 +9,12 @@
</form>
<br><br>
<b>Features</b><br>
<ul>
<li><a href="/__dungeon/posts">Manage Blog Posts</a></li>
</ul>
<br>
<b>System Users</b><br>
{% if let Some(err) = error %}
<font color="red"><b>{{ err }}</b></font><br>