presentation wiring

This commit is contained in:
2026-05-04 09:30:20 +02:00
parent 4a9bb5f264
commit 0d7a0cc712
18 changed files with 883 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
use askama::Template;
use application::ports::HtmlRenderer;
use domain::models::{DiaryEntry, collections::Paginated};
use presentation::ports::HtmlRenderer; // Assuming you exposed the port
#[derive(Template)]
#[template(path = "diary.html")]