layout

package
v0.0.0-...-2da20e2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

templ: version: v0.3.960

templ: version: v0.3.960

Package layout defines base data structures and HTML code to render the layouts.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dashboard

func Dashboard(d Data) templ.Component

func Default

func Default(d Data) templ.Component

Types

type Data

type Data struct {
	Title           string
	MetaAuthor      string
	MetaDescription string
	MetaKeywords    string
	Body            templ.Component
	User            *frontend.User
}

Data represents the data model passed to the base layout template.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL