{% if craft.app.request.getParam('welcome') %}
{% include 'blitz/_includes/welcome/step' with {step: 3, text: 'There is no step 3'} %}
{{ 'Save the settings and your site pages will automatically be cached when visited. If you like, you can warm the entire cache using the Blitz Cache Utility'|t('blitz', {url: cpUrl('utilities/blitz-cache')})|raw }}

{{ 'Everything else is optional.'|t('blitz') }} 📖 {{ 'More in the Getting Started Guide'|t('blitz', {url: docs ~ 'getting-started'})|raw }}

{% endif %}