guichet/templates/pim_inspect.html
Quentin Dufour 1a9d750de7
Some checks reported errors
continuous-integration/drone/push Build was killed
Implement basic PIM management
2024-02-12 19:19:41 +01:00

16 lines
398 B
HTML

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