I would like to make my websites made with T4 accessible for everyone.
That means I also want to support people with a screen reader.
The language must be stated in the html of each page.
I know the code should be like this:
<!DOCTYPE html>
<html lang="nl-nl" dir="ltr">
<head>
Is it possible with T4 Framework to get that code on every page?