BonesGo 的模板引擎
Bones 是 Go 語(yǔ)言用于開發(fā) Web 應(yīng)用的模板引擎,包含一些很好的設(shè)計(jì)模式。支持 CSRF。
示例模板:
<h2>Login</h2>
{{template "errors.html" .}}
<form action="/login" method="post">
{{.CsrfTokenField}}
<fieldset>
<label for="email" class="label-required">Email</label>
<input type="email" id="email" name="email" class="input-medium">
<label for="password" class="label-required">Password</label>
<input type="password" id="password" name="password" class="input-medium">
</fieldset>
<input type="submit" value="Login">
</form>評(píng)論
圖片
表情
