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
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% block body_container %}
|
||||
<div class="header-container">
|
||||
<a class="title" href="/">~~ Recettes de cuisine ~~</a>
|
||||
{% include "title.html" %}
|
||||
|
||||
{% match user %}
|
||||
{% when Some with (user) %}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{% extends "base_with_header.html" %}
|
||||
|
||||
{% block main_container %}
|
||||
|
||||
{{ message|markdown }}
|
||||
|
||||
{{ message|markdown }}
|
||||
<a href="/">Go to home</a>
|
||||
{% endblock %}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block body_container %}
|
||||
{% include "title.html" %}
|
||||
{{ message|markdown }}
|
||||
{% include "title.html" %}
|
||||
{{ message|markdown }}
|
||||
{% endblock %}
|
||||
|
|
@ -1 +1 @@
|
|||
<h1><a href="/">~~ Recettes de cuisine ~~</a></h1>
|
||||
<a class="title" href="/">~~ Recettes de cuisine ~~</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue