Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/controllers/faq/faq.go

12 lignes
233 B
Go

package faqController
import (
"github.com/NyaaPantsu/nyaa/templates"
"github.com/gin-gonic/gin"
)
// FaqHandler : Controller for FAQ view page
func FaqHandler(c *gin.Context) {
templates.Static(c, "site/static/faq.jet.html")
}