Files
Gainsight/Custom_Templates/customer_templates/Employment_Hero/Guided Implementation/dashboard.html.liquid
2022-11-11 21:54:43 -05:00

12 lines
396 B
Plaintext

{% include "header" %}
<main class="np-main np-dashboard np-subpage-container np-max-width">
<div class="row np-flex-center">
<div class="col-xs-12 col-sm-8">
<div class="np-dashboard-resources-title">
Guided Implementation Setup
</div>
{% include "courses_index", class: "col-xs-12 col-sm-6 np-stretch-content" %}
</div>
</div>
</main>
{% include "footer" %}