tningjs/sam-and-his-friends

View on GitHub
src/views/templates/partials/intro.hbs

Summary

Maintainability
Test Coverage
<section id="intro">
    <a href="#" class="logo">
        <img src="{{profileImage}}" alt="" />
    </a>
    <header>
        <h2>
            {{fullName firstName lastName}}
        </h2>
        <p>
            {{description}}
        </p>
    </header>
</section>