first commit

This commit is contained in:
2022-07-29 16:51:58 +02:00
parent 1463dca012
commit a457f355d1
19 changed files with 669 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{% extends 'template.html' %}
{% block content %}
<div class="container">
<div class="blogarchive">
<h1>Archive</h1><br>
{% autoescape off %}
{{ content_string }}
{% endautoescape %}
</div>
</div>
{% endblock %}