Initial commit

This commit is contained in:
2018-02-26 10:41:52 +01:00
commit 99181ffa08
35 changed files with 1473 additions and 0 deletions

12
templates/articles.html Normal file
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 %}