- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/peterskeide/bones
- 官方下载: https://github.com/peterskeide/bones
软件介绍
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>
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》 这本书的介绍吧!
