replaced askama with tera, reworked the whole website and added nixos module

This commit is contained in:
2026-03-26 13:24:13 +01:00
parent 0670589b5e
commit 81686d6fb8
12 changed files with 888 additions and 621 deletions

View File

@@ -1,9 +1,6 @@
{% extends "_layout.html" %}
{% block title %}Home Page{% endblock %}
{% block content %}
<div class="container">
<p>Hello world!</p>
</div>
<h1>Welcome to the Home Page</h1>
<p>This is a starter website built with Axum and Tera.</p>
<p>The time on the server is: <strong>{{ server_time }}</strong></p>
{% endblock %}