11 lines
423 B
Go Template
11 lines
423 B
Go Template
{{define "components/Footer.gohtml"}}
|
|
|
|
<div class="d-flex justify-content-center p-6 text-bg-dark text-info">Dan Dobos © {{GetCurrentYear}}</div>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
|
|
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
|
|
crossorigin="anonymous"></script>
|
|
|
|
</body>
|
|
</html>
|
|
{{end}} |