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

Alone Together

Alone Together

Sherry Turkle / Basic Books / 2011-1-11 / USD 28.95

Consider Facebookit’s human contact, only easier to engage with and easier to avoid. Developing technology promises closeness. Sometimes it delivers, but much of our modern life leaves us less connect......一起来看看 《Alone Together》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

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

正则表达式在线测试