% if header_image_url:
## Duplicating the title in the yp-header-background and the yp-header
## allows the background image to resize to fit the title automatically.
## Duplicating the yp-header-background with yp-header-background--blur
## allows a blurred header image while keeping straight edges of the non-blurred version
## on the border. This should not cause extra network trips because it's the same image URL
${self.page_title()}
<%block name="subtitle"/>
${template_hooks['page_header']()}${self.page_title()}
${self.subtitle()}
${template_hooks['page_header']()}
% else:
## Only place a border at the bottom of the header if there is no header image
% endif
${self.page_title()}
${self.subtitle()}
${template_hooks['page_header']()}
${next.body()}
<%include file="_footer.tmpl"/>