{% extends "index.html" %}
{% block title %}Articles{% endblock %}
      {% block main %}
      <article>
        <h3>Informations personnelles</h3>
        <p>
          Please select your article
        </p>
      </article>
      <article id='article_receiver'>
      </article>
      {% endblock %}