Rework template system, merge templates
The embedded portion doesn't work yet.
This commit is contained in:
parent
eb6e54a0f7
commit
0265e9d3ec
163 changed files with 11637 additions and 9183 deletions
15
html/template/rmo/component/footer.html
Normal file
15
html/template/rmo/component/footer.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{{ define "rmo/component/footer.html" }}
|
||||
<footer class="bg-dark text-white py-4">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<p>Powered by <a href="/">Report Mosquitoes Online</a></p>
|
||||
<p class="mb-0">© 2025 Gleipnir LLC</p>
|
||||
</div>
|
||||
<div class="col-md-6 text-md-end">
|
||||
<p class="mb-0">Contact: support@mosquitoes.online</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue