Add Cloudflare email and collaboration workflows
This commit is contained in:
@@ -39,6 +39,7 @@ type indexData struct {
|
||||
|
||||
type documentData struct {
|
||||
Browser browserData
|
||||
ID string
|
||||
Title string
|
||||
Path string
|
||||
Tags []string
|
||||
@@ -375,6 +376,7 @@ func (s *Server) renderDocumentPage(w http.ResponseWriter, r *http.Request, page
|
||||
BodyTemplate: "document_content",
|
||||
Data: documentData{
|
||||
Browser: browser,
|
||||
ID: record.ID,
|
||||
Title: page.Title,
|
||||
Path: page.Path,
|
||||
Tags: page.Tags,
|
||||
|
||||
Reference in New Issue
Block a user