{% comment %} skip-auth {% endcomment %}
{% if current_person.signed_in? == false and current_school.sso_active? == false %}
{% else %}
{% include "header" %}
{% include "green_banner_image",
banner_title: 'Video Tutorials',
banner_text: 'Welcome to Pipedrive’s video tutorials section, where you’ll find video and CRM training resources to help your business grow with our CRM software.',
banner_button_text: 'Sign up for courses',
banner_button_link: "#sso-widget",
banner_image_url: "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-webinars.webp"
%}
{% include "video_tutorials_courses", lang: "en" %}
{% include "video_tutorials_page_info" %}
{% include 'opinions' %}
{% include 'video_tutorials_faq' %}
{% unless current_person.signed_in? %}
{% include "green_banner_text_bg_image",
banner_title: 'Unlock videos for free',
banner_text: "",
banner_button_text: 'Sign up',
banner_button_link: "#sso-widget"
%}
{% endunless %}
{% include "footer" %}
{% endif %}
{% if current_person.signed_in? == false and current_school.sso_active? %}
{% endif %}