<!-- View All Patterns in a Pattern Sub-Type -->
<div class="sg-main" role="main">
  
  <!-- Patterns -->
  <div id="sg-patterns">
    {{# partials }}
      {{# patternSectionSubtype }}
        {{> patternSectionSubtype }}
      {{/ patternSectionSubtype }}
      {{^ patternSectionSubtype }}
        {{> patternSection }}
      {{/ patternSectionSubtype }}
    {{/ partials }}
  </div> <!--end #sg-patterns-->

</div><!--end .sg-main-->
