{% include 'fr_app/includes/toptop.html' %} {% include 'fr_app/includes/top.html' %}
{% include 'fr_app/includes/navbar.html' %}

Read. Learn. Share

{% for poste in posts | batch(3) %}
{% for post in poste %}

{{post.title}}

{{post.upload_date.strftime('%a %b %d, %y')}} 21

Learn More...

{%endfor%}
{%endfor%}
{% include 'fr_app/includes/footer.html' %}
{% include 'fr_app/includes/bottom.html' %}