{% include 'fr_app/includes/toptop.html' %}
{% include 'fr_app/includes/top.html' %}
{% include 'fr_app/includes/navbar.html' %}
{{post.title}}
By Mbele Foundation
{{post.upload_date.strftime('%a %b %d, %y')}}
{{post.content | safe}}
Other Articles
{% for post in others %}
{{post.title}}
{{post.upload_date.strftime('%a %b %d, %y')}}
21
Learn More...
{%endfor%}
{% include 'fr_app/includes/footer.html' %}
{% include 'fr_app/includes/bottom.html' %}