Files
comfychan/web/views/index.templ
T

12 lines
189 B
Templ

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