{% extends "base.html" %} {% block page_title %}{{title}}{% endblock %} {% block title %}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{title}}

KDE API Reference

The KDE products

{% for para in intro %}

{{ para }}

{% endfor %}

List of our products

{% for product in product_list | sort(attribute='name')%} {% endfor %}
{% endblock content %} {% block sidebar %} #} {% endblock %} {# sidebar #}