A bunch of tools could have prettier output if we used some simple but
consistent bootstrap styles. Is there any *easy* way to create a
Wunderbar::HtmlMarkup function like this pseudocode?
# In whimsy/asf/themes.rb
# Wrap content with nicer fluid margins
def _whimsy_content colstyle = "col-lg-11"
_div.content.container-fluid do
_div.row do
_div class: colstyle do
#{content from the caller's do...end block like _body method}
end
end
end
end
If this requires complicated code to properly replicate how the builder
stuff works, it's not worth it at the moment.
--
- Shane
https://www.apache.org/foundation/marks/resources