body:before {
  content: "You have ${amount} dollars."
}

body:after {
  content: "\d+ is a regular expression."
}

html:after {
  content: "The ` character is great."
}
