{% block head %}
{% block title %}{{ page_title|default('ROS Web GUI') }}{% endblock %}
{% endblock %}
ROS Web GUI
Overview
Nodes
{% for item in nav_node_items %}
{{ item.caption }}
{% endfor %}
Topics
{% for item in nav_topic_items %}
{{ item.caption }}
{% endfor %}
Parameters
{% for item in nav_param_items %}
{{ item.caption }}
{% endfor %}
Services
{% for item in nav_service_items %}
{{ item.caption }}
{% endfor %}
{% block content %}
{{ title }}
{{ content }}
{% endblock %}