{% extends "layouts/content.html" %} {% load i18n %} {% block breadcrumb_container %} {% endblock %} {% block before_content %} {% endblock %} {% block content %}

LAVA Highlights

This page containts highlights from the installed lava server extensions. Using LAVA Server extension API anyone can create applications that run on the LAVA server.

{% for extension in extension_list %} {% if extension.front_page_template %}

{{ extension.description }}

{% include extension.front_page_template %} {% endif %} {% endfor %} {% endblock %}