=== modified file 'lava_server/templates/index.html'
@@ -2,16 +2,11 @@
{% load i18n %}
+{% block breadcrumb_container %}
+{% endblock %}
+
+
{% block content %}
-<h2>About LAVA</h2>
-<p>LAVA is a stack of technologies developed by Linaro Validation team that
-facilitates unattended image deployment, test planning, scheduling, execution,
-result analysis and long-term storage.</p>
-<h2>About LAVA Server</h2>
-<p>LAVA Server is a shell and runtime environment for various server-side LAVA
-components.</p>
-<p>To know find out more about the installed components see <a
- href="{% url lava.version_details %}">{% trans "version details" %}</a></p>
<h2>LAVA Highlights</h2>
<p>This page containts highligts from the installed lava server extensions.
Using LAVA Server extension API anyone can create applications that run on the
@@ -23,8 +18,3 @@
{% endif %}
{% endfor %}
{% endblock %}
-
-
-
-{% block footer %}
-{% endblock %}