diff --git a/templates/project.html b/templates/project.html
index 72d1c8b1e6423784fa172256f5f061afde48a309..a66d8bc0dd1616ff419f12437465eebce6cdebba 100644
--- a/templates/project.html
+++ b/templates/project.html
@@ -18,10 +18,17 @@
     <div class="container">
       <div class="columns">
         <div class="column is-two-fifth project-title">
-          <h1>{{ section.title }}</h1>
-          <p>
+          <h1 class="title is-1">{{ section.title }}</h1>
+          <p class="title is-5">
             {{ section.description }}
           </p>
+          <div class="content">
+              {% if section.content %}
+                {{ section.content | safe }}
+              {% else %}
+                {% include "baustelle.html" %}
+              {% endif %}
+          </div>
         </div>
         <div class="column project-theses">
           {% for thesis in section.extra.theses %}