---js // Same condition used for copying guidelines assets in eleventy.config.ts const includeGuidelines = process.env.COMMIT_REF && !process.env.WCAG_MODE; const repoUrl = process.env.REPOSITORY_URL; const prNumber = process.env.REVIEW_ID; --- Web Content Accessibility Guidelines {{ versionDecimal }}

Web Content Accessibility Guidelines {{ versionDecimal }}

{% if repoUrl and prNumber -%}

Note: This is a preview for PR #{{ prNumber }}.

{%- endif %}