template:Fiber用于光纤的模板引擎中间件

时间:2024-04-11 11:52:52
【文件属性】:

文件名称:template:Fiber用于光纤的模板引擎中间件

文件大小:86KB

文件格式:ZIP

更新时间:2024-04-11 11:52:52

middleware fiber Go

该软件包提供了通用方法,可使用新的界面(可从> v1.11.1开始使用)将多个模板引擎与使用。 特别感谢@bdtomlin和@arsmn的帮助! 支持8种模板引擎: 安装 需要版本1.13或更高版本。 go get -u github.com/gofiber/fiber/v2 go get -u github.com/gofiber/template 例子 package main import ( "log" "github.com/gofiber/fiber/v2" // To use a specific template engine, import as shown below: // "github.com/gofiber/template/pug" // "github.com/gofiber/template/mustache" // etc.. // I


【文件预览】:
template-master
----handlebars()
--------handlebars_test.go(3KB)
--------views()
--------README.md(1KB)
--------handlebars.go(6KB)
----jet()
--------jet.go(6KB)
--------views()
--------README.md(1KB)
--------jet_test.go(3KB)
----go.mod(502B)
----amber()
--------amber_test.go(3KB)
--------views()
--------README.md(1KB)
--------amber.go(5KB)
----html()
--------html.go(5KB)
--------views()
--------README.md(2KB)
--------html_test.go(5KB)
----mustache()
--------views()
--------mustache.go(5KB)
--------README.md(1KB)
--------mustache_test.go(3KB)
----template.go(17B)
----LICENSE(1KB)
----django()
--------django_test.go(4KB)
--------django.go(6KB)
--------views()
--------README.md(2KB)
----go.sum(59KB)
----pug()
--------views()
--------README.md(1KB)
--------pug.go(5KB)
--------pug_test.go(3KB)
----.github()
--------release-drafter.yml(1KB)
--------workflows()
--------dependabot.yml(392B)
----slim()
--------views()
--------slim_test.go(3KB)
--------slim.go(5KB)
----utils()
--------utils.go(3KB)
----README.md(6KB)
----ace()
--------ace_test.go(3KB)
--------views()
--------README.md(1KB)
--------ace.go(6KB)

网友评论