No commit activity in last 3 years
No release in over 3 years
Sinatra plugin to enable markaby (.mab) template rendering.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

sinatra-markaby¶ ↑

sinatra-markaby is an extension for sinatra to enable rendering of html files using markaby templates.

Installation¶ ↑

sudo gem install sbfaulkner-sinatra-markaby -s http://gems.github.com

Example¶ ↑

require 'rubygems'
require 'sinatra'
require 'sinatra/markaby'

get '/' do
  markaby :template
end

__END__
Author
  1. Brent Faulkner <brentf@unwwwired.net>

License

Copyright © 2009 unwwwired.net, released under the MIT license