HAML ->> Cache: Give me the cached rendered UI per file
alt Cache miss
Cache ->> HAML: Nada!
HAML ->> Cache: Cache rendered UI per file
Cache ->> HAML: Cached, rendered UI per file
else
Cache ->> HAML: Cached, rendered UI per file
end
HAML ->> Back end: Rendered UI
end
Back end ->> Client: Respond with application layout with rendered UI
end
```
### Accessibility
### Accessibility
Reusable Rapid Diffs should be displayed in a way that is compliant with [Web Content Accessibility Guidelines 2.1](https://www.w3.org/TR/WCAG21/) level AA for web-based content and [Authoring Tool Accessibility Guidelines 2.0](https://www.w3.org/TR/ATAG20/) level AA for user interface.
Reusable Rapid Diffs should be displayed in a way that is compliant with [Web Content Accessibility Guidelines 2.1](https://www.w3.org/TR/WCAG21/) level AA for web-based content and [Authoring Tool Accessibility Guidelines 2.0](https://www.w3.org/TR/ATAG20/) level AA for user interface.