{% extends "base.html" %} {% block title %}Welcome{% endblock title %} {% block navi %}[upload]{% endblock navi %} {% block content %}

Welcome

RFDoc is a web application for storing and searching Robot Framework test library and resource file documentations.


{% include "search_form.html" %}

Libraries

{% if libs %} Sort by version {% elif versions %} Sort by library name
{% for version in versions %}

{{ version.version }}

{% endfor %}
 
{% else %}

No libraries in the system. Why don't you upload one?

{%endif %} {% endblock content %}