Go 的模板引擎 Bones

码农软件 · 软件分类 · 模板引擎 · 2019-08-23 13:56:51

软件介绍

Bones 是 Go 语言用于开发 Web 应用的模板引擎,包含一些很好的设计模式。支持 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>

本文地址:https://www.codercto.com/soft/d/12996.html

数学拾遗

数学拾遗

加黑蒂 / 清华大学出版社 / 2004-8 / 49.00元

Beginning graduate students in mathematics and other quantitative subjects are expected to have a daunting breadth of mathematical knowledge ,but few have such a backgroud .This book will help stedent......一起来看看 《数学拾遗》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试