Files
Gainsight/Custom_Templates/v3-templates-12-16-24/_learning_path_banners.html.liquid

6 lines
169 B
Plaintext

{% if learning_path.new_content_available? %}
{% include "learning_path_new_content_banner" %}
{% else %}
{% include "learning_path_completed_banner" %}
{% endif %}