Sha256: 78e72a554af600c2a96d8cc49ad8c03d8f8acbf5a5d929d8a4793c309845d1bd
Contents?: true
Size: 411 Bytes
Versions: 10
Compression:
Stored size: 411 Bytes
Contents
# encoding: utf-8 # Rango::Mini is the most low-level part which can render # templates standalone. More low-level is only the RenderMixin. # See http://wiki.github.com/botanicus/rango/template-rendering require "rango/mini" require "rango/mixins/render" module Rango module MiniRender include Rango::Mini include Rango::RenderMixin extend self # so you can run Rango::MiniRender.app end end
Version data entries
10 entries across 10 versions & 1 rubygems