<section>
    <div class="pageheader-dots">
        <div class="pageheader-dots__back"><a href="/">Back to the Design System</a></div>
        <div class="pageheader-dots__dots">
            <div class="pageheader-dots__wrapper">
                <div class="pageheader-dots__container">
                    <p class="pageheader-dots__top-heading">4/8</p>
                    <div id="js-pageheader-scene">
                        <p data-depth="0.2" class="pageheader-dots__main-heading">
                            Clone repository
                        </p>
                        <p data-depth="0.6" class="pageheader-dots__main-heading-shadow">
                            Clone repository
                        </p>
                    </div>
                    <p class="pageheader-dots__sub-heading">In your web root:<br><code>git clone --depth=1 --branch=master https://github.com/Novicell/prototyping-demo.git my-prototype && rm -rf my-prototype/.git</code></p>
                    <div class="pageheader-dots__button">
                        <a href="/components/preview/page-guide-3" title="Previous" class="link-button--ghost" property="url">Previous</a>

                        <a href="/components/preview/page-guide-5" title="Next" class="link-button" property="url">Next</a>

                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<section>
    {{> '@pageheader-dots' }}
</section>
{
  "pageHeader": {
    "top": "4/8",
    "main": "Clone repository",
    "sub": "In your web root:<br><code>git clone --depth=1 --branch=master https://github.com/Novicell/prototyping-demo.git my-prototype && rm -rf my-prototype/.git</code>"
  },
  "previousButton": {
    "url": "/components/preview/page-guide-3",
    "title": "Previous",
    "text": "Previous"
  },
  "nextButton": {
    "url": "/components/preview/page-guide-5",
    "title": "Next",
    "text": "Next"
  }
}