10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
|
package users
|
||
|
|
||
|
import "git.jamestombleson.com/jtom38/newsbot-portal/internal/views/layout"
|
||
|
import "git.jamestombleson.com/jtom38/newsbot-portal/internal/views/bulma"
|
||
|
|
||
|
templ Logout() {
|
||
|
@layout.WithTemplate(){
|
||
|
@bulma.Hero("You are out of here!", "Please login again when you are ready.")
|
||
|
}
|
||
|
}
|