## How to reproduce 1. Start hammer: `hammer-start` 1. Navigate to the backpage template in the design system: http://localhost:2000/wvu-design-system/views/backpage.html `if_then_else` is used by the [Masthead](https://github.com/wvuweb/wvu-design-system/blob/master/views/components/_wvu-masthead.html#L2). ## Tag to add support for **`if_then_else`:** ```html <h2> <r:if_then_else test="{{ NOT(BLANK(custom_page_name)) }}" then="{$custom_page_name}" else="{page:name}" /> </h2> ``` ## Link to tags in CleanSlate repo [cleanslate/app/lib/slate/radius/tags/basic.rb](https://github.com/wvuweb/cleanslate/blob/dev/app/lib/slate/radius/tags/basic.rb#L105-L110) (Github)