Skip to content
Snippets Groups Projects
Commit c07f98cc authored by codecraft's avatar codecraft :crocodile:
Browse files

Add the content for the `project.html` template

parent c4769345
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment