Files
Gainsight/Custom_Templates/customer_templates/DataSnipper/homepage.html.liquid

11 lines
276 B
Plaintext

{% include "header" %}
<main class="np-main np-homepage">
{% include "homepage_section_welcome" %}
{% include "homepage_section_upcoming_events" %}
{% include "homepage_section_my_courses" %}
{% include "section_datasnipper_expert" %}
</main>
{% include "footer" %}