5 lines
80 B
HTML
5 lines
80 B
HTML
|
|
{% if global.module == 'home' %}
|
||
|
|
|
||
|
|
{% include module_css/homepage %}
|
||
|
|
|
||
|
|
{% endif %}
|