Files
Gainsight/customer_templates/Employment_Hero/Guided Implementation/dashboard.html.liquid
Norm Rasmussen 26beb4c7f2 new directory
2022-02-23 13:18:41 -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" %}