{% extends "layouts/default.html" %}
{% block body_class %}tag-template{% endblock %}
{% block content %}
{% include "partials/header.html" %}
{% include "partials/posts.html" %}
{# pagination is not yet implemented, but this is what it would look like
#}
{% include "partials/footer.html" %}
{% endblock %}