single.html 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. {{ partial "headers.html" . }}
  5. </head>
  6. <body>
  7. <!-- <div class="header-template"></div> -->
  8. {{ partial "nav.html" . }}
  9. <div>
  10. {{ .Content }}
  11. </div>
  12. <!-- <div class="footer-template"></div> -->
  13. {{ partial "footer.html" . }}
  14. <!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  15. integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
  16. crossorigin="anonymous"></script>
  17. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
  18. integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
  19. crossorigin="anonymous"></script>
  20. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  21. <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
  22. <script async defer src="./js/index.js"></script> -->
  23. {{ partial "scripts.html" . }}
  24. <script>
  25. </script>
  26. </body>
  27. </html>