2018-02-26 20:41:52 +11:00
|
|
|
{% extends "index.html" %}
|
|
|
|
{% block title %}Articles{% endblock %}
|
|
|
|
{% block main %}
|
|
|
|
<article>
|
2018-02-27 05:53:06 +11:00
|
|
|
<h3>Informations personnelles</h3>
|
2018-02-26 20:41:52 +11:00
|
|
|
<p>
|
|
|
|
Please select your article
|
|
|
|
</p>
|
|
|
|
</article>
|
|
|
|
<article id='article_receiver'>
|
|
|
|
</article>
|
|
|
|
{% endblock %}
|