cashbac-component
Version:
Front End depedencies for CB Merchant Webapp
14 lines (12 loc) • 484 B
HTML
{% extends "layout/default.html" %}
{% set title = "Cashbac Component" %}
{% set pageTitle = "A intuitive UI Collection for Cashbac " %}
<h3>{{ pageTitle }}</h3>
{% 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 %}