11 lines
200 B
HTML
11 lines
200 B
HTML
{% include javascript/global %}
|
|
|
|
{% if global.module == 'home' %}
|
|
{% include javascript/homepage %}
|
|
|
|
{% elsif global.module == 'product' %}
|
|
{% include javascript/product_form %}
|
|
|
|
{% endif %}
|
|
|