<section class="social">

    {{#if social.github.star}}
        <div class="row">
            <iframe src="https://ghbtns.com/github-btn.html?user={{social.github.star.user}}&repo={{social.github.star.repo}}&type=star&count=true&size=large&v=2"
                    frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
        </div>
    {{/if}}

    {{#if social.gitter}}
        <div class="row">
            <a href="https://gitter.im/{{social.gitter}}?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
                <img src="https://badges.gitter.im/{{social.gitter}}.svg">
            </a>
        </div>

    {{/if}}

    {{#if social.twitter}}
        <div class="row">
            <a href="https://twitter.com/{{social.twitter}}" class="twitter-follow-button"
               data-show-count="false"
               data-size="large" data-dnt="true">Follow @{{social.twitter}}</a>
            <script>!function (d, s, id) {
                var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
                if (!d.getElementById(id)) {
                    js     = d.createElement(s);
                    js.id  = id;
                    js.src = p + '://platform.twitter.com/widgets.js';
                    fjs.parentNode.insertBefore(js, fjs);
                }
            }(document, 'script', 'twitter-wjs');</script>
        </div>
    {{/if}}


</section>