Article
Parameters
Text (optional)
HMTL attributes (optional)
Examples
Example 1: Yield a given block
article do
paragraph text: "Hello world"
end<article>
<p>Hello world</p>
</article>Example 2: Render options[:text] param
Last updated
Was this helpful?