Add articles

This commit is contained in:
2022-02-27 23:59:21 +00:00
parent 42cbd0e54a
commit 64f9f490ad
18 changed files with 107 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block meta %}
{% endblock %}
{% block style %}
{% endblock %}
{% block content %}
Nothing to see here...
{% endblock %}

View File

@@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block meta %}
{% endblock %}
{% block style %}
{% endblock %}
{% block content %}
Nothing to see here...
{% endblock %}