Documentation
¶
Overview ¶
Package app is the example-notes shell: it owns the project's layout templates, the homepage, the compiled Tailwind CSS bundle, and the brand logo. Following Pattern B (see docs/guide/tailwind.md), the shell lives in a single internal package so all embedded assets (templates, static, translations) sit next to the code that uses them.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct{}
App implements the shell app.
func (*App) StaticFS ¶
StaticFS serves the embedded `static/` under the URL prefix `/static/app/`, mirroring how every Burrow contrib namespaces its assets (htmx → /static/htmx/..., admin → /static/admin/..., etc.).
func (*App) TemplateFS ¶
TemplateFS returns the embedded HTML template files.
func (*App) TranslationFS ¶
Click to show internal directories.
Click to hide internal directories.