Files
Gainsight/Custom_Templates/customer_templates/Zenjob/catalog.html.liquid

25 lines
571 B
Plaintext

{% include "header" %}
<main class="np-main np-courses np-subpage-container">
<h1 class="np-resource-title">
Deine Trainings für mehr Jobauswahl
</h1>
{% comment %} <br>
{% capture label %}{% t shared.filters.by_category %}{% endcapture %}
{% if courses.in_catalog.any? %}
{%
include "filter_dropdown",
filters: courses.filters,
key: "category_uuid",
label: label
%}
{% endif %} {% endcomment %}
{% include "courses_catalog" %}
</main>
{% include "footer" %}
<style>
.np-resource-title {
text-transform:none;
}
</style>