Files
Gainsight/Custom_Templates/templates/_learning_path_description.html.liquid

7 lines
120 B
Plaintext
Raw Normal View History

2022-06-17 14:14:24 -04:00
<h3 class="np-card-heading">
{% t .about %}
</h3>
<div class="np-card-text">
{{ learning_path.description }}
</div>