{% if theme_logo %}

{{ project }}

{% endif %}

{% else %}

{{ project }}

{% endif %} {% if theme_description %}

{{ theme_description }}

{% endif %} {% if theme_github_button|lower == 'true' %}

{% endif %} {% if theme_travis_button|lower != 'false' %} {% if theme_travis_button|lower == 'true' %} {% set path = theme_github_user + '/' + theme_github_repo %} {% else %} {% set path = theme_travis_button %} {% endif %}

https://secure.travis-ci.org/{{ path }}.png?branch={{ theme_ci_branch }}&label=Travis

{% endif %} {% if theme_appveyor_button|lower != 'false' %} {% if theme_appveyor_button|lower == 'true' %} {% set path = theme_github_user + '/' + theme_github_repo %} {% else %} {% set path = theme_appveyor_button %} {% endif %}

https://ci.appveyor.com/api/projects/status/github/{{ path }}?svg=true&branch={{ theme_ci_branch }}&passingText=Appveyor%20|%20passing&pendingText=Appveyor%20|%20pending&failingText=Appveyor%20|%20failing

{% endif %}