2024-01-24 11:49:22 +07:00
|
|
|
{% include javascript/global %}
|
|
|
|
|
|
2024-01-25 17:37:49 +07:00
|
|
|
{% if global.name == 'home' %}
|
|
|
|
|
{% include javascript/homepage %}
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
{% if global.name == 'product' %}
|
|
|
|
|
{% include javascript/product_form %}
|
2024-01-24 17:01:14 +07:00
|
|
|
{% endif %}
|