Skip to content
Snippets Groups Projects
Commit b79ae055 authored by magicfelix's avatar magicfelix
Browse files

Add template for wiki summary pages

parent 9cd9412d
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
{% extends "page.html" %}
{% block main %}
{% include "pages/heading.html" %}
<div class="my-4">
<div class="content container">
{% if page.content %}
{{ page.content | safe }}
<p>In unserem Wiki gibt es <a href="{{ page.extra.wiki_link }}">detaillierte Informationen</a> zu diesem Thema.</p>
{% else %}
{% include "baustelle.html" %}
{% endif %}
</div>
</div>
{% endblock %}
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