Files
Gainsight/Custom_Templates/customer_templates/Walmart Supplier Prod/blog.html.liquid

14 lines
454 B
Plaintext

{% include "header" %}
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
{% include "sub_navigation" %}
<main class="np-main np-catalog np-subpage-container np-max-width">
<div class="np-catalog-header-wrapper">
<div class="np-catalog-header">
<div class="np-resource-title">Blogs</div>
<div class="np-resource-subtitle"></div>
</div>
</div>
{% include "courses_blogs" %}
</main>
{% include "footer" %}