Files
sonr/nebula/components/dash/page.templ
T

16 lines
285 B
Templ
Raw Normal View History

package dash
import (
"github.com/onsonr/sonr/nebula/components/home/sections"
"github.com/onsonr/sonr/nebula/global/styles"
)
templ View() {
@styles.LayoutNoBody("Sonr.ID", true) {
@sections.Header()
@sections.Lowlights()
@sections.CallToAction()
@sections.Footer()
}
}