description = "Page Loader" [viewBag] ==
{% if this.theme.addons_loader_style == 'rotating-plane' %}
{% elseif this.theme.addons_loader_style == 'double-bounce' %}
{% elseif this.theme.addons_loader_style == 'wave' %}
{% elseif this.theme.addons_loader_style == 'wandering-cubes' %}
{% elseif this.theme.addons_loader_style == 'spinner' %}
{% elseif this.theme.addons_loader_style == 'chasing-dots' %}
{% elseif this.theme.addons_loader_style == 'three-bounce' %}
{% elseif this.theme.addons_loader_style == 'circle' %}
{% elseif this.theme.addons_loader_style == 'cube-grid' %}
{% elseif this.theme.addons_loader_style == 'fading-circle' %}
{% elseif this.theme.addons_loader_style == 'folding-cube' %}
{% endif %}
{% put scripts %} {% endput %}