Class: Bridgetown::SerbeaView
- Inherits:
-
ERBView
- Object
- RubyTemplateView
- ERBView
- Bridgetown::SerbeaView
- Includes:
- Serbea::Helpers
- Defined in:
- lib/bridgetown-core/converters/serbea_templates.rb
Instance Attribute Summary
Attributes inherited from RubyTemplateView
#content, #layout, #paginator, #resource, #site
Instance Method Summary collapse
Methods inherited from ERBView
Methods included from ERBCapture
Methods inherited from RubyTemplateView
#collections, #data, #helpers, #initialize, #inspect, #liquid_render, #method_missing, #partial, #render, #respond_to_missing?, #site_drop
Constructor Details
This class inherits a constructor from Bridgetown::RubyTemplateView
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Bridgetown::RubyTemplateView
Instance Method Details
#_render_partial(partial_name, options) ⇒ Object
10 11 12 13 14 15 |
# File 'lib/bridgetown-core/converters/serbea_templates.rb', line 10 def _render_partial(partial_name, ) partial_path = _partial_path(partial_name, "serb") tmpl = site.tmp_cache["partial-tmpl:#{partial_path}"] ||= Tilt::SerbeaTemplate.new(partial_path) tmpl.render(self, ) end |