tilt-handlebars:车把支持倾斜

时间:2024-06-30 08:36:31
【文件属性】:

文件名称:tilt-handlebars:车把支持倾斜

文件大小:14KB

文件格式:ZIP

更新时间:2024-06-30 08:36:31

Ruby

倾斜::车把 向添加对模板引擎的支持。 有关语法,请参阅站点。 安装 将此行添加到应用程序的 Gemfile 中: gem 'tilt-handlebars' 然后执行: $ bundle 或者自己安装: $ gem install tilt-handlebars 用法 创建带有.hbs或.handlebars扩展名的 Handlebars 模板文件。 例如,在hello.hbs : Hello, {{name}}. I'm {{emotion}} to meet you. 然后,使用 Ruby 渲染模板: require 'tilt/handlebars' template = Tilt . new ( 'hello.hbs' ) puts template . render ( nil , name : "Joe" , emotion : "happy" )


【文件预览】:
tilt-handlebars-develop
----LICENSE.txt(1KB)
----lib()
--------tilt()
--------sinatra()
----Gemfile(100B)
----RELEASE_NOTES.md(2KB)
----Rakefile(257B)
----.travis.yml(66B)
----test()
--------test_helper.rb(122B)
--------fixtures()
--------sinatra()
--------sinatra_test.rb(847B)
--------tilt_handlebarstemplate_test.rb(10KB)
----README.md(3KB)
----.gitignore(154B)
----tilt-handlebars.gemspec(1KB)

网友评论