{% include 'app/includes/top_imports.html'%}
{% include 'app/includes/all_header.html'%}
{{config.get('PROJECT_NAME')}}
Our Blog
Our Blog Posts
{% for test in posts %}
{{test.title}}
{{test.content | safe }}
{{test.email}}
{{ moment(test.upload_date, local=True).fromNow(refresh=True) }}
0
0
Read More
{%endfor%}
{% include 'app/includes/footer.html'%} {% include 'app/includes/bottom_imports.html'%}