Versions in this module Expand all Collapse all v0 v0.1.7 Dec 25, 2024 Changes in this version + func IndexView(tree TreeNode) templ.Component + func Layout(title string) templ.Component + func TemplateView(tmpl TemplateContent) templ.Component + type TemplateContent struct + Name string + Path string + type TreeNode struct + Children []*TreeNode + IsDir bool + Name string + Path string