feat: updated templ snippets
This commit is contained in:
@@ -16,7 +16,7 @@ ls.add_snippets("templ", {
|
|||||||
[[
|
[[
|
||||||
package page
|
package page
|
||||||
|
|
||||||
import "projectreshoot/view/layout"
|
import "{}/internal/view/layout"
|
||||||
|
|
||||||
templ {}() {{
|
templ {}() {{
|
||||||
@layout.Global() {{
|
@layout.Global() {{
|
||||||
@@ -27,7 +27,8 @@ templ {}() {{
|
|||||||
}}
|
}}
|
||||||
]],
|
]],
|
||||||
{
|
{
|
||||||
i(1, "Page"),
|
i(1, "project"),
|
||||||
|
i(2, "Page"),
|
||||||
i(0),
|
i(0),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user