{% extends "custom_page/about/base.html" %} {% load flatblock_tags %} {% block title %}{{ block.super }}{% endblock %} {% block content_title %}{% endblock %} {%block head%}ABOUT{%endblock%} {% block content %}
The Alumni USC club of Indonesia
Located in Los Angeles, a global center for arts, technology and international trade, the University of Southern California (USC) is one of the world's leading private research university
{{ flatpage.content|safe }}
{% if is_paginated %} {% include "blog/includes/pagination.html" %} {% endif %} {% endblock %}