package home
import "git.jamestombleson.com/jtom38/newsbot-portal/internal/views/layout"
import "git.jamestombleson.com/jtom38/newsbot-portal/internal/views/bulma"
templ Index() {
@layout.WithTemplate() {
@bulma.Hero("Welcome to Newsbot!", "Your new home for your news.")
News bot is a self hostable solution to aggregating your news.
You can run `Newsbot` as an API or interact with it with this site.
This project is a passion project of mine as I
} }