package main templ docRender(d Doc) {
  1. Home
  2. if d.Frontmatter.Slug != "/" {
  3. }
  4. { d.Frontmatter.Title }

{ d.Frontmatter.Title }

Last modified: { d.Frontmatter.Updated }
@templ.Raw(d.BodyHTML)
}