{% extends "layouts/default.html" %}
{% block body_class %}home-template{% endblock %}
{% block content %}
{% include "partials/header.html" %}
{% include "partials/posts.html" %}
{% if paginate %}
{% endif %}
{% include "partials/footer.html" %}
{% endblock %}