Files
comfychan/web/views/boards/comfy.templ
T

12 lines
182 B
Templ

package boards
import "github.com/dominicf2001/comfychan/web/views/shared"
templ Comfy() {
@shared.Layout() {
<section style="margin-top: 100px;">
<div>Comfy</div>
</section>
}
}