{% 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 %}{% else %}

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

{%endif %} {% endblock content %}