Files
Gainsight/Custom_Templates/customer_templates/Crossbeam/partner-training.html.liquid
2022-11-11 21:54:43 -05:00

17 lines
794 B
Plaintext

{% include "header", current_page_orgin: "partner-training" %}
{% include "sub_navigation", current_page: "/app/partner-training" %}
<main class="np-main np-courses np-subpage-container" >
<h1 class="np-resource-title">
Partner Training Courses
</h1>
<div class="np-resource-subtitle">
{% capture subtitle_text %}
{%comment%}{% t .headline, key: current_school.course_vocabulary %}{%endcomment%}
Hey there, {{ current_person.first_name }}! Welcome to your partner training center! Complete at least one of the courses to complete your certification.
{% endcapture %}
{{ subtitle_text | replace: "Courses", "tutorials" }}
</div>
<br>
{% include "courses_partnertraining_index", card_classes: "col-xs-12 col-sm-6 col-lg-4 np-stretch-content" %}
</main>
{% include "footer" %}