Footer
Parameters
Examples
Example 1: Basic usage
footer id: "foo", class: "bar" do
plain 'Hello World' #optional content
end<footer id="foo" class="bar">
Hello World
</footer>Last updated
Was this helpful?