Files
Gainsight/NP_Custom_Templates/templates/_course_description.html.liquid

7 lines
158 B
Plaintext
Raw Normal View History

2022-02-23 13:18:41 -05:00
<h3 class="np-card-heading">
{% t .header, key: current_school.course_vocabulary %}
</h3>
<div class="np-card-text">
{{ course.full_description }}
</div>