{% block content %} {% if page %} {% if page.title %}

{{ page.title }}

{% endif %} {% if page.description %}
{{ page.description }}
{% endif %} {% if page.content %}
{{ page.content|safe }}
{% endif %} {% endif %} {% if posts %}
{% for post in posts %}

{{ post.title }}

{{ post.description }}
Read More
{% endfor %}
{% if pagination %} {% endif %} {% endif %} {% endblock %}