Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

TODO-UC: Explain

 

#parse("/snippets/top.vm")

  <div class="row no-margin">
    <div class="columns small-16">
      #parse("/snippets/breadcrumbs.vm")
    </div>
  </div>
  <div class="row">
    <div class="columns small-16">
     #if($group.getAttribute("subtitle") && $group.getAttribute("subtitle") != '')
        <h2>$group.getAttribute("subtitle")</h2>
      #end

      <div class="page-content">
        #if($group.getAttribute("content") && $group.getAttribute("content") != '')
          $group.getAttribute("content")
        #end
      </div>

    </div>
  </div>

#parse("/snippets/bottom.vm")
  • No labels