11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
package page
|
|
|
|
import "projectreshoot/view/layout"
|
|
import "projectreshoot/view/component/account"
|
|
|
|
templ Account(subpage string) {
|
|
@layout.Global() {
|
|
@account.AccountContent(subpage)
|
|
}
|
|
}
|