Files
admin_hura_8/template/javascript/index.html

9 lines
194 B
HTML
Raw Normal View History

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 %}