Skip to content

Instantly share code, notes, and snippets.

@iso100
Created June 17, 2013 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iso100/5796450 to your computer and use it in GitHub Desktop.
Save iso100/5796450 to your computer and use it in GitHub Desktop.
Wrapper for detail template
<!DOCTYPE HTML>
<html lang="en-US">
<head>
{exp:seo_lite use_last_segment="yes"}
<link rel="canonical" href="http://www.pb.com/smb{structure:page:uri}" />
{sn_head}
{gv_easybox_overrides}
<style type="text/css">
{exp:stash:get name="{segment_1}-color-styles" scope="site"}
</style>
</head>
<body class="subpage detail">
{sn_utility_nav}
{sn_header}
<div class="main fixed-width" role="main">
{exp:stash:get name="breadcrumbs"}
<div class="navpromo">
{exp:stash:get name="secondary-nav"}
{exp:stash:get name="promo"}
</div><!-- end navpromo -->
<div class="content">
<div class="top">
{exp:stash:get name="intro"}
<div class="side last">
{exp:stash:get name="contact"}
{gv_social_links}
</div>
</div><!-- end top -->
<div class="page-content">
{exp:stash:get name="blocks"}
{exp:stash:get name="page-content" parse_vars="yes" process="end"}
</div><!-- end page-content -->
{if {exp:stash:get name="faq-has-items"}}
<div class="faq">
<h2>Find the Answers You're Looking For</h2>
<div class="faq-content">
<dl class="accordion">
{exp:stash:get name="faq"}
</dl>
</div>
</div><!-- end faq -->
{/if}
</div><!-- end content -->
</div><!-- end main -->
{sn_footer}
{sn_footer_scripts}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment