Files
admin_hura_8/template/javascript/index.html

11 lines
200 B
HTML
Raw Normal View History

2024-01-24 11:49:22 +07:00
{% include javascript/global %}
2024-01-28 10:53:31 +07:00
{% if global.module == 'home' %}
{% include javascript/homepage %}
{% elsif global.module == 'product' %}
{% include javascript/product_form %}
2024-01-25 17:37:49 +07:00
{% endif %}