{% comment %} skip-auth {% endcomment %}
{% if current_person.signed_in? == false and current_school.sso_active? == false %}
{% else %}
{% include "header" %}
{% assign banner_title = 'Video tutorials
' %}
{% assign 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.
' %}
{% assign banner_button_text = 'Sign up for courses
' %}
{% assign banner_button_link = "#sso-widget" %}
{% assign banner_image_url = "https://s3.amazonaws.com/static.northpass.com/pipedrive/homepage-card-webinars.webp" %}
{% assign banner_image_alt = "Group of people sitting at a Pipedrive sales seminar" %}
{% include "green_banner_image" %}
{% include "video_tutorials_courses" %}
{% include "video_tutorials_page_info" %}
{% include 'opinions' %}
{% include 'video_tutorials_faq' %}
{% unless current_person.signed_in? %}
{% assign banner_title = 'Unlock videos for free
' %}
{% assign banner_text = "" %}
{% assign banner_button_text = 'Sign up
' %}
{% assign banner_button_link = "#sso-widget" %}
{% include "green_banner_text_bg_image" %}
{% endunless %}
{% include "footer" %}
{% endif %}
{% if current_person.signed_in? == false and current_school.sso_active? %}
{% endif %}