improved static website

This commit is contained in:
Trilarion
2020-09-28 10:03:28 +02:00
parent 9d65ee912b
commit 2d52caf518
15 changed files with 273 additions and 191 deletions

View File

@ -1,9 +1,7 @@
{% extends "base.jinja" %}
{% block content %}
<section class="section">
<div class="container">
<section class="section">
<div class="container">
<h1 class="title">{{ data['title'] }}</h1>
{% set comma = joiner(",") %}
{% for section in data['sections'] %}
@ -24,5 +22,4 @@
</div>
</section>
{% endfor %}
{% endblock %}