{% extends 'base.html' %} {% load static %} {% block central %}

Articles Les plus vues

{% for most in mostViewedPost %} {% if forloop.first %}
{% for mostS in mostViewedPosts %}
{% endfor %}
{% endif %} {% endfor %}

Plus d'Informations

{% for last in lastPost %} {% if forloop.first %}
{% for lastS in lastPosts %}
{{ lastS.title }}
{% endfor %}
{% endif %} {% endfor %}

Nos Dernieres Videos

Playlist title

Playlist subtitle #hashtag

Articles Recents

{% for article in lastPosts %}
{% endfor %}
{% endblock %}