Files
Gainsight/Custom_Templates/customer_templates/HackerRank Sandbox/catalog.html.liquid

15 lines
624 B
Plaintext

{% include "header" %}
<main class="np-main np-catalog np-subpage-container np-max-width" style="margin-bottom: 0; background-image: url('{{ homepage.artwork_url }}');">
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
<div class="np-catalog-header-wrapper">
<div class="np-catalog-header">
<div class="np-resource-title">{{ catalog.headline }}</div>
<div class="np-resource-subtitle">{{ catalog.subheadline }}</div>
</div>
{% capture label %}{% t shared.filters.by_category %}{% endcapture %}
</div>
{% include "courses_catalog" %}
</main>
{% include "footer" %}