{% extends "base.html" %} {% block content %} {% if main_page_content %}

↓ Packages

{{ main_page_content | safe }}
{% endif %}

Packages

This site contains the documentation for the following Protobuf packages.
{% for p in packages %}
{% if p.name %} {{ p.name }} {% else %} (Default package) {% endif %}
{% if p.description_html %}
{{ p.description_html | safe }}
{% endif %} {% endfor %}
{% endblock %}