home » zplus/freepost.git
ID: 494610eb80e1c781ee76a166ee33da8ef241ad53
14 lines — 226B — View raw


{% extends 'layout.html' %}

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

{% block content %}
    
    {# include 'banner.html' #}
    
    {% include 'posts.html' %}


{% endblock %}