<div class="intro">
    <p>
        A LazyPromise acts just like a Promise with the exception that it won't be executed until its then method is called.
    </p>
</div>

{{>getting-started}}