Make threads openable from catalog
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package views
|
||||
|
||||
import (
|
||||
"github.com/dominicf2001/comfychan/internal/database"
|
||||
"github.com/dominicf2001/comfychan/web/views/shared"
|
||||
)
|
||||
|
||||
templ Thread(board database.Board, thread database.Thread, posts []database.Post) {
|
||||
@shared.Layout() {
|
||||
@BoardHeader(board)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user