<%= render(Yattho::Beta::Heading.new(tag: :h1)) { "H1 Text" } %> <%= render(Yattho::Beta::Heading.new(tag: :h2)) { "H2 Text" } %> <%= render(Yattho::Beta::Heading.new(tag: :h3)) { "H3 Text" } %> <%= render(Yattho::Beta::Heading.new(tag: :h4)) { "H4 Text" } %> <%= render(Yattho::Beta::Heading.new(tag: :h5)) { "H5 Text" } %> <%= render(Yattho::Beta::Heading.new(tag: :h6)) { "H6 Text" } %>