{% block content %}
{% if page and page.meta.homepage %}
{% include 'home.html' %}
{% else %}
{% include 'post.html' %}
{% endif %}
{% endblock %}