How to add a CMS content from the extension to the full screen of the SMT page

using this methode we can reate a new SMT lading pages for the each router page
<section class="staticpages-info-card">
<div class="tab-container">
  <div class="tabs-details">
        <div class="page-title">RESOURCES</div>
        <div class="list-group sidebar-nav"> 
            <a href="/About-Us" class="list-group-item">About Us</a>
            <a href="/Careers" class="list-group-item">Careers</a>
            <a href="/Contact-Us" class="list-group-item active">Contact Us - United States</a>
            <a href="/Contact-Us-International" class="list-group-item">Contact Us - International</a>
            <a href="/Application-Downloads" class="list-group-item">Downloads</a>
            <a href="/Staff-Meetings" class="list-group-item">Earn CE Credits</a>
            <a href="/Prevention" class="list-group-item">Prevention Research</a>
            <a href="/Trade-Show" class="list-group-item">Trade Shows</a>
            <a href="/Video-Library" class="list-group-item">Video Library</a>
            <a href="/Whats-New" class="list-group-item">What’s New</a>
          </div>
    </div>
</div>
<div class="cms-content-main">
  <div class="content-page">
    <div data-cms-area="home_cms_area_10" data-cms-area-filters="path"></div>
  </div>
</div>				
</section>

Leave a comment

Your email address will not be published. Required fields are marked *