templates

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

templ: version: v0.3.865

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Card

func Card(title string, variant PageVariant) templ.Component

Card renders a centered card layout, typically used for OAuth callback pages.

func Document

func Document(title string) templ.Component

Document renders a document-style layout, typically used for content pages like privacy policy.

Types

type PageVariant

type PageVariant string
const (
	VariantSuccess PageVariant = "success"
	VariantWarning PageVariant = "warning"
	VariantError   PageVariant = "error"
)

Jump to

Keyboard shortcuts

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