Reporting work on dockerization

This commit is contained in:
2023-03-31 17:18:16 +02:00
parent 2e771aa18c
commit f217b9d273
100 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{% extends "squeleton.html" %}
{% block page_content %}
<div class="row">
<div class="col-lg-12">
{{ content|safe }}
</div>
</div>
{% endblock %}