Minimal templating engine inspired by Markaby & Erector but much smaller and targeting Rails 3
Minimal::Template is an experimental, minimalistic templating engine designed for Rails 3. It is inspired by Markaby and Erector but is much smaller in terms of code size, with only around 55 lines of code. This templating engine aims to provide a lightweight and efficient option for building templates in Rails applications.
Minimal::Template is an experimental templating engine for Rails 3 applications. It follows a minimalistic design philosophy and is inspired by Markaby and Erector. With its small code size and targeted approach, this engine provides a lightweight and efficient option for building templates in Rails applications. To install Minimal::Template, simply add it to your Gemfile and run bundle install.