{{#if banner}} <img src="{{{banner}}}" alt="Title Banner"
                    height="{{bannerSize}}"
                    style="height:{{bannerSize}}px"
/>

{{else}}{{{pkg.name}}}
==========
{{/if}}

<!---
This file is generated by ape-tmpl. Do not update manually.
--->

{{#if badges}}
<!-- Badge Start -->
<a name="badges"></a>

{{#if badges.travis}}[![Build Status][bd_travis_shield_url]][bd_travis_url]
{{/if}}{{#if badges.travisCom}}[![Build Status][bd_travis_com_shield_url]][bd_travis_com_url]
{{/if}}{{#if badges.codeclimate}}[![Code Climate][bd_codeclimate_shield_url]][bd_codeclimate_url]
{{/if}}{{#if badges.codeclimateCoverage}}[![Code Coverage][bd_codeclimate_coverage_shield_url]][bd_codeclimate_url]
{{/if}}{{#if badges.gemnasium}}[![Dependency Status][bd_gemnasium_shield_url]][bd_gemnasium_url]
{{/if}}{{#if badges.npm}}[![npm Version][bd_npm_shield_url]][bd_npm_url]
{{/if}}{{#if badges.standard}}[![JS Standard][bd_standard_shield_url]][bd_standard_url]
{{/if}}

[bd_repo_url]: https://github.com/{{repo}}
[bd_travis_url]: http://travis-ci.org/{{repo}}
[bd_travis_shield_url]: http://img.shields.io/travis/{{repo}}.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/{{repo}}
[bd_travis_com_shield_url]: https://api.travis-ci.com/{{repo}}.svg?token={{badges.travisComToken}}
[bd_license_url]: https://github.com/{{repo}}/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/{{repo}}
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/{{repo}}.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/{{repo}}.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/{{repo}}
[bd_gemnasium_shield_url]: https://gemnasium.com/{{repo}}.svg
[bd_npm_url]: http://www.npmjs.org/package/{{pkg.name}}
[bd_npm_shield_url]: http://img.shields.io/npm/v/{{pkg.name}}.svg?style=flat
[bd_standard_url]: http://standardjs.com/
[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg

<!-- Badge End -->
{{/if}}


<!-- Description Start -->
<a name="description"></a>

{{{pkg.description}}}

<!-- Description End -->


{{#if overview}}
<!-- Overview Start -->
<a name="overview"></a>

{{{render overview}}}

<!-- Overview End -->
{{/if}}


<!-- Sections Start -->
<a name="sections"></a>

{{#each sections}}
<!-- Section from "{{name}}" Start -->

<a name="section-{{spinalcase anchor}}"></a>

{{{render filename}}}

<!-- Section from "{{name}}" End -->

{{/each}}

<!-- Sections Start -->


{{#if pkg.license}}
<!-- LICENSE Start -->
<a name="license"></a>

License
-------
This software is released under the [{{pkg.license}} License](https://github.com/{{repo}}/blob/master/LICENSE).

<!-- LICENSE End -->
{{/if}}


{{#if links}}
<!-- Links Start -->
<a name="links"></a>

Links
------

{{#each links}}+ [{{@key}}][{{snakecase @key}}_url]
{{/each}}

{{#each links}}
[{{snakecase @key}}_url]: {{this}}
{{/each}}

<!-- Links End -->
{{/if}}
