diff --git a/views/benchmark/list.twig b/views/benchmark/list.twig
index d3f422f..9d29181 100644
--- a/views/benchmark/list.twig
+++ b/views/benchmark/list.twig
@@ -3,6 +3,8 @@
{% block title %}List of Benchmarks{% endblock %}
{% block content %}
+
List of Benchmarks
+
Create new Benchmark
{% if benchmarks | length > 0 %}
diff --git a/views/component/list.twig b/views/component/list.twig
index 93fca33..251e0c9 100644
--- a/views/component/list.twig
+++ b/views/component/list.twig
@@ -3,6 +3,8 @@
{% block title %}List of Hardware Components{% endblock %}
{% block content %}
+ List of Hardware Components
+
Create new Hardware Component
{% if components | length > 0 %}
diff --git a/views/test/list.twig b/views/test/list.twig
index dbc7051..609b254 100644
--- a/views/test/list.twig
+++ b/views/test/list.twig
@@ -3,6 +3,8 @@
{% block title %}List of Tests{% endblock %}
{% block content %}
+ List of Hardware Tests
+
Create new test
{% if tests | length > 0 %}