{% extends "layout.html" %} {% set title = project_name %} {% set owner, repo_name = project_name.split("/", 1) %} {% block extrahead %} {% endblock %} {% block content %}
reStructuredText:
.. image:: {{ root_url }}/github/{{ project_name }}/badge.svg :target: {{ root_url }}/github/{{ project_name }} :alt: Requirements Status{{ clipboard_for("badge-md") }}
Markdown:
[]({{ root_url }}/github/{{ project_name }}){{ clipboard_for("badge-html") }}
HTML:
<a href="{{ root_url }}/github/{{ project_name }}"><img src="{{ root_url }}/github/{{ project_name }}/badge.svg" alt="Requirements Status" /></a>