17 lines
325 B
Templ
17 lines
325 B
Templ
package boards
|
|
|
|
import "github.com/dominicf2001/comfychan/web/views/shared"
|
|
|
|
templ Comfy() {
|
|
@shared.Layout() {
|
|
<header class="board-header">
|
|
<img src="/static/img/banner-comfy.png"/>
|
|
<h1>
|
|
"/comfy/" - Comfy
|
|
</h1>
|
|
<p>Be comfy fren</p>
|
|
</header>
|
|
<button class="new-thread-btn">[New Thread]</button>
|
|
}
|
|
}
|