home » zplus/freepost.git
ID: 4b8a1a07a8fb6f66f825ded0017d6905af6c404d
12 lines — 188B — View raw


{% extends 'layout.html' %}

{# Set variables for base layour #}
{% set title = '' %}

{% block content %}

    {% include 'banner.html' %}

    {% include 'posts.html' %}

{% endblock %}