abstract class Marten::Template::Node::Base
- Marten::Template::Node::Base
- Reference
- Object
Overview
The node abstract base class.
A template node is the result of the template parsing process and is able to be rendered in order to produce a specific output (depending on the type of node).
Direct Known Subclasses
Defined in:
marten/template/node/base.crInstance Method Summary
-
#render(context : Context) : String
Given a
Marten::Template::Context
object, generates aString
output.
Instance Method Detail
Given a Marten::Template::Context
object, generates a String
output.