From 8a6447c8aabb36ec4a8e66c61c058fbf36727802 Mon Sep 17 00:00:00 2001 From: Vika Date: Sat, 13 Aug 2022 21:56:10 +0300 Subject: Add a placeholder template for the authorization request page --- kittybox-rs/templates/src/indieauth.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kittybox-rs/templates/src/indieauth.rs (limited to 'kittybox-rs/templates/src/indieauth.rs') diff --git a/kittybox-rs/templates/src/indieauth.rs b/kittybox-rs/templates/src/indieauth.rs new file mode 100644 index 0000000..99e94c7 --- /dev/null +++ b/kittybox-rs/templates/src/indieauth.rs @@ -0,0 +1,7 @@ +use kittybox_indieauth::AuthorizationRequest; + +markup::define! { + AuthorizationRequestPage() { + + } +} -- cgit 1.4.1