web

package
v0.0.0-...-775080a Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Language

type Language struct {
	Name string
	Code string
	URL  string
}

type Page

type Page struct {
	ID        string
	Title     string
	Header    string
	Website   string
	Layout    string
	Partials  []string
	Content   interface{}
	About     string
	FAQ       string
	ToS       string
	Languages []Language
}

type Template

type Template interface {
	Render(w io.Writer, page Page) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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