aboutsummaryrefslogtreecommitdiff
path: root/templates/pim_inspect.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pim_inspect.html')
-rw-r--r--templates/pim_inspect.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/pim_inspect.html b/templates/pim_inspect.html
new file mode 100644
index 0000000..7d86f9b
--- /dev/null
+++ b/templates/pim_inspect.html
@@ -0,0 +1,16 @@
+{{define "title"}}Configurer mConfigurer mon compte email |{{end}}
+
+{{define "body"}}
+<div class="d-flex">
+ <h4>Mon adresse email</h4>
+ <a class="ml-auto btn btn-info" href="/">Menu principal</a>
+</div>
+
+<div class="row">
+ <div class="col-md-12 mt-3">
+ <div class="alert alert-danger">PAGE DE DEBUG, NON CONFORME POUR UNE MISE EN PRODUCTION</div>
+ </div>
+ <pre>{{ . }}</pre>
+</div>
+
+{{end}}