
mixin something(txt)
  p= txt

div
  hey = 'testing'
  mixin something('hey (there)')