participer.thsf.net/templates/articles.html

13 lines
298 B
HTML
Raw Normal View History

2018-02-26 10:41:52 +01:00
{% 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 %}