class Playbook::PbDetail::Detail

def is_bold

def is_bold
  bold ? " bold" : ""
end