Documentation
¶
Index ¶
Constants ¶
View Source
const (
WebHeader = `---
layout: {{.Layout}}
title: {{.Title}}
lang: {{.Lang}}
---
{{.Body}}
`
)
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
func Generate(media dc_index.MediaType, layout LayoutType, mc app_msg_container.Container, doc Document) string
Types ¶
type LayoutType ¶
type LayoutType int
const ( LayoutPage LayoutType = iota LayoutHome LayoutCommand )
Click to show internal directories.
Click to hide internal directories.