15 lines
186 B
Text
15 lines
186 B
Text
package home
|
|
|
|
import "gitnet.fr/deblan/budget/view/template"
|
|
|
|
templ Page() {
|
|
<!doctype html>
|
|
<html>
|
|
@template.Head("Login")
|
|
<body>
|
|
Home!
|
|
|
|
@template.JS()
|
|
</body>
|
|
</html>
|
|
}
|