Replace Rusqlite by Sqlx and Actix by Axum (A lot of changes)
This commit is contained in:
parent
57d7e7a3ce
commit
980c5884a4
28 changed files with 2860 additions and 2262 deletions
6
backend/templates/message_without_user.html
Normal file
6
backend/templates/message_without_user.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block body_container %}
|
||||
{% include "title.html" %}
|
||||
{{ message|markdown }}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue