footer.tmpl.html 281 B

123456789
  1. {{define "footer"}}
  2. <div class="container border border-3 rounded-3">
  3. <span class="badge">GoStore</span>
  4. время=<span hx-post="/anonym/time" hx-trigger="every 5s">00:00:00</span>
  5. </div>
  6. <script src="/static/js/bootstrap.bundle.min.js"></script>
  7. </body>
  8. </html>
  9. {{end}}