@custom_page_title = “Page <strong>Title</strong>”
<div>
  <!-- ruleid: avoid-raw -->
  <h1><%= raw @custom_page_title %></h1>
  <!-- ok: avoid-raw -->
  <h1><%= @custom_page_title %></h1>
</div>
