{% extends "!layout.html" %} {% block sidebartitle %} {{ super() }} {% if github_user and github_repo %} {% set travis_url = "https://travis-ci.org/{}/{}".format(github_user, github_repo) %}

{% endif %} {% endblock %}