tetawebapp/tetawebapp/templates/articles.html

13 lines
298 B
HTML
Raw Normal View History

2017-11-25 09:18:10 +01:00
{% extends "index.html" %}
2017-11-26 08:06:11 +01:00
{% block title %}Articles{% endblock %}
2017-11-25 09:18:10 +01:00
{% block main %}
2017-11-26 08:06:11 +01:00
<article>
<h3>Choose your article</h3>
2017-11-25 09:18:10 +01:00
<p>
2017-11-26 08:06:11 +01:00
Please select your article
2017-11-25 09:18:10 +01:00
</p>
</article>
2017-11-26 08:06:11 +01:00
<article id='article_receiver'>
2017-11-25 09:18:10 +01:00
</article>
{% endblock %}