{% extends "layout/default.html" %} {% set title = "Cashbac Component" %} {% set pageTitle = "A intuitive UI Collection for Cashbac " %}

{{ pageTitle }}

{% block content %} {% include "component/animation/index.html" %} {% include "component/form/index.html" %} {% include "component/list/index.html" %} {% include "component/modal/index.html" %} {% include "component/tab/index.html" %} {% include "component/thumbnail/index.html" %} {% endblock %}