Add prettier for formatting html files automatically
Because I was wasting time doing it myself
This commit is contained in:
parent
dbd84c1c09
commit
49b10a7d7e
30 changed files with 4272 additions and 2673 deletions
|
|
@ -1,24 +1,25 @@
|
|||
{{template "base.html" .}}
|
||||
{{ template "base.html" . }}
|
||||
|
||||
{{define "title"}}Main{{end}}
|
||||
{{define "extraheader"}}
|
||||
{{end}}
|
||||
{{define "content"}}
|
||||
<!-- Main Content -->
|
||||
<main>
|
||||
<section class="py-2 bg-primary text-white">
|
||||
<div class="banner-container d-flex justify-content-center">
|
||||
<img class="banner" src="/static/img/rmo/banner.jpg"/>
|
||||
</div>
|
||||
</section>
|
||||
<section class="py-3 row text-center">
|
||||
<div class="container">
|
||||
<h1>Thanks!</h1>
|
||||
<p>You've allowed emails from Report Mosquitoes Online to {{.Email}}.</p>
|
||||
<p>Go ahead and close this page/tab/window whenever you're ready...</p>
|
||||
<p>...or maybe <a href="/">check out the site</a></p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
{{end}}
|
||||
{{ define "title" }}Main{{ end }}
|
||||
{{ define "extraheader" }}
|
||||
{{ end }}
|
||||
{{ define "content" }}
|
||||
<!-- Main Content -->
|
||||
<main>
|
||||
<section class="py-2 bg-primary text-white">
|
||||
<div class="banner-container d-flex justify-content-center">
|
||||
<img class="banner" src="/static/img/rmo/banner.jpg" />
|
||||
</div>
|
||||
</section>
|
||||
<section class="py-3 row text-center">
|
||||
<div class="container">
|
||||
<h1>Thanks!</h1>
|
||||
<p>
|
||||
You've allowed emails from Report Mosquitoes Online to {{ .Email }}.
|
||||
</p>
|
||||
<p>Go ahead and close this page/tab/window whenever you're ready...</p>
|
||||
<p>...or maybe <a href="/">check out the site</a></p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue