Skip to content
blizz edited this page Sep 12, 2010 · 3 revisions
Attribute Description Default Value Example
empty display header if body is blank not to display if blank  

Base <header> tag defined in rapid_document_tags.dryml


<def tag="header" attrs="empty"> <set body="&parameters.default"/> <div class="header" merge-attrs if="&!body.blank? || empty"><%= body %></div>
Clone this wiki locally