feat: replace text/template with templ and refactor code
This commit is contained in:
7
views/footer.templ
Normal file
7
views/footer.templ
Normal file
@ -0,0 +1,7 @@
|
||||
package views
|
||||
|
||||
templ footer() {
|
||||
<footer>
|
||||
<a rel="noopener noreferrer" target="_blank" href="https://github.com/rramiachraf/dumb">Source Code</a>
|
||||
</footer>
|
||||
}
|
Reference in New Issue
Block a user