--- layout: default title: GitLab.com Feature Comparison description: Compares features across different plans in GitLab suppress_header: true extra_css: - pricing.css - compared.css extra_js: - bootstrap-tooltip.js - comparison.js extra_font: - "Roboto+Slab" --- .content-container .container %h2.faq-title.text-center GitLab.com Feature Comparison .comparison-page-content.comparison.gray-bg#comparison = partial "includes/features/table", locals: { product_one: data.features.devops_tools.gitlab_core, product_two: data.features.devops_tools.gitlab_starter, product_three: data.features.devops_tools.gitlab_premium, product_four: data.features.devops_tools.gitlab_ultimate, key_one: 'gitlab_core', key_two: 'gitlab_starter', key_three: 'gitlab_premium', key_four: 'gitlab_ultimate', name_one: 'Free', name_two: 'Bronze', name_three: 'Silver', name_four: 'Gold', gitlab_com_features: true } .text-center = link_to "Contact Us", "/sales/", class: "featured-item-cta-btn contact-us-button" = partial "includes/features/gitlab-pricing-trial"