Démelage de spaghettis !

This commit is contained in:
2018-02-26 10:39:14 +01:00
parent 367fcc57ce
commit ae892b1203
73 changed files with 0 additions and 1474 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 %}