From 5c4269fd6ee548b51983cec65b4bf839b0fb432f Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Thu, 19 Feb 2026 09:52:45 +0100 Subject: [PATCH] feat: add consent page template --- src/porchlight/templates/consent.html | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/porchlight/templates/consent.html diff --git a/src/porchlight/templates/consent.html b/src/porchlight/templates/consent.html new file mode 100644 index 0000000..395ba5d --- /dev/null +++ b/src/porchlight/templates/consent.html @@ -0,0 +1,35 @@ +{% extends "base.html" %} + +{% block title %}Authorize — Porchlight{% endblock %} + +{% block content %} + +{% endblock %}