{% extends "custom_page/about/base.html" %} {% load flatblock_tags %} {% block title %}{{ block.super }}{% endblock %} {% block content_title %}{% endblock %} {%block head%}SPONSOR{%endblock%} {% block content %}
{% include "custom_page/side.html" %}

{{ flatpage.title }}

{{ flatpage.content|safe }}
{% if is_paginated %} {% include "blog/includes/pagination.html" %} {% endif %} {% endblock %}