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 %}