feat: translation middleware
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package pages
|
||||
|
||||
import "git.schreifuchs.ch/schreifuchs/schreifuchs.ch/internal/components/page"
|
||||
|
||||
templ ContentPage(content page.Page) {
|
||||
<h2>{ content.Title }</h2>
|
||||
}
|
||||
Reference in New Issue
Block a user