"Initial commit"

This commit is contained in:
2018-02-26 10:16:29 +01:00
parent b745381002
commit c450687586
39 changed files with 1473 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{% extends "index.html" %}
{% block title %}Articles{% endblock %}
{% block main %}
<article>
<h3>Choose your article</h3>
<p>
Please select your article
</p>
</article>
<article id='article_receiver'>
</article>
{% endblock %}